Skip to content

gracexkan/unihack-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unihack-2024

Running the frontend

  1. Move into the appropriate frontend directory: cd frontend

  2. Install the packages: npm install

  3. Run the frontend using: npm run dev

Make sure to run the backend too!

Running the backend

  1. Move into the appropriate backend directory: cd backend

Note: if this doesn't work make sure to cd out of the frontend directory using cd .. first before trying the above command again.

  1. Install the modules: pip3 install -r requirements.txt

Note: if this doesn't work, replace pip3 with pip.

  1. Run the app: python3 -m app

And you're all set!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors