From 3d93b7f355a7e235bdf0c1f19a501063b050273c Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Wed, 11 Dec 2024 20:34:03 -0800 Subject: [PATCH] docs: Clarify reproduction steps --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 43dee02..81b559f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ Scheduling for TF2 ## Setup (development, SQLite3) +Build the frontend app: + +```sh +cd availabili.tf +npm install +npm run build +``` + +Build the rest of the containers and perform initial database migration: + ```sh docker compose build docker compose up @@ -34,6 +44,7 @@ Build the frontend app: ```sh cd availabili.tf +npm install npm run build ```