To run this project locally (with no backend), navigate to public/index.html and change is_demo to true. This will provide the frontend with realistic course and calendar data.
- Make sure you have NodeJS and NPM installed
- Run an
npm i && npm startin the root of the project. This will start the frontend onlocalhost:3000