A collection of curriculums made into a comprehensive web page for ease-of-use.

- Install Node.js
- Install Python
- Run
npm install in the root directory
- Run
npm run build in the root directory
- Create a virtual environment and activate it with
python -m venv venv
- Run
pip install -r requirements.txt in the root directory
- Push to firebase with
firebase deploy --only hosting:curiki