diff --git a/README.md b/README.md index 7f5be58f50f5697b7901a0e059e4fc5c9d28055b..d4b02e20a1d304720925b7bb1043641f57d48a6d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ Example project to showcase the techstack. The theme is a tracker for fantasy ch ## Frontend +Dependencies in package.json +npm install + Run: npm run dev ## Backend +Dependencies in requirements.txt +pip install -r requirements.txt + Run: fastapi dev main.py