Skip to content
/ Curiki Public

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

License

Notifications You must be signed in to change notification settings

Curiki/Curiki

Repository files navigation

Curiki

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

Status

Activity

Alt

Technologies Used



Installation

  1. Install Node.js
  2. Install Python
  3. Run npm install in the root directory
  4. Run npm run build in the root directory
  5. Create a virtual environment and activate it with python -m venv venv
  6. Run pip install -r requirements.txt in the root directory