docs: Clarify reproduction steps
parent
b41dbefa55
commit
3d93b7f355
11
README.md
11
README.md
|
@ -20,6 +20,16 @@ Scheduling for TF2
|
||||||
|
|
||||||
## Setup (development, SQLite3)
|
## 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
|
```sh
|
||||||
docker compose build
|
docker compose build
|
||||||
docker compose up
|
docker compose up
|
||||||
|
@ -34,6 +44,7 @@ Build the frontend app:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd availabili.tf
|
cd availabili.tf
|
||||||
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue