Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.23 KB

IBM Systems Training Search Website 🔍

This is a React and Next.js-based website which delivers pre-rendered pages to view, search and filter for content on IBM Systems. There is a view counter for each course that updates in real time.

Use this website to find Systems infrastructure related training you like.

Overview

  • /index - Home page with Most Popular titles
  • /about - About page with some useful links
  • /course/ - Pre-rendered MDX-based course descriptions in a format designed by Upendra Rajan
  • course/Submission/ - Guidelines on how to add content to this website

Environment Variables

FIREBASE_PRIVATE_KEY=""
FIREBASE_CLIENT_EMAIL=""
BUTTONDOWN_API_KEY=
NEXT_PUBLIC_GOOGLE_ANALYTICS=

Running Locally 💻

  • Clone this project, import environment variables above in .env.local and run;
npm i
npm run dev

Built using 🧰