Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 327 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 327 Bytes

ctrl-hack-del-2024

How to run this project locally

cd backend/
pipenv install
pipenv shell
python src/api_endpoints.py

cd ../frontend/
npm install -f
npm run dev

Then, open http://localhost:3000.

Running our Hello World side quest:

cd hello-world
pipenv install
pipenv shell
python hello_world_dvd.py