Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.82 KB

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