From 0488a746adbfa87ae63ac2b5bfc1b43d9659d18a Mon Sep 17 00:00:00 2001 From: Aron Nikku <aroni616@student.liu.se> Date: Mon, 14 Apr 2025 00:30:08 +0200 Subject: [PATCH] Added short install instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7f5be58..d4b02e2 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 -- GitLab