This is the repository for all the frontend related to the Karp web app, including the organization facing management platform, the vendor facing management platform, as well as the admin facing internal tool
We are using React
- Install Node.js if you have not already (make sure you have version 20.19 or above)
- Download from https://nodejs.org/en : Click the 'Get Node.js' button and run the commands displayed
- To confirm your installation run:
node -v
npm -v
- cd into
frontend
and runnpm install
- Then run
npm run dev
and right click on the localhost url! - Run
cd ..
- Run
python3 -m venv venv
- Run
source venv/bin/activate
- Run
pip install -r requirements.txt
- Run
pre-commit install