Skip to content
Snippets Groups Projects
Commit 0488a746 authored by Aron Nikku's avatar Aron Nikku
Browse files

Added short install instruction

parent 312ebd05
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,15 @@ Example project to showcase the techstack. The theme is a tracker for fantasy ch ...@@ -4,9 +4,15 @@ Example project to showcase the techstack. The theme is a tracker for fantasy ch
## Frontend ## Frontend
Dependencies in package.json
npm install
Run: npm run dev Run: npm run dev
## Backend ## Backend
Dependencies in requirements.txt
pip install -r requirements.txt
Run: fastapi dev main.py Run: fastapi dev main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment