This is the frontend for Blueshift.
First, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Courses and challenges are located in the src/app/content
directory.
- Courses are located in
src/app/content/courses
- Challenges are located in
src/app/content/challenges