docs: Clarify reproduction steps

master
John Montagu, the 4th Earl of Sandvich 2024-12-11 20:34:03 -08:00
parent b41dbefa55
commit 3d93b7f355
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 11 additions and 0 deletions

View File

@ -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
```