Update building docs

This commit is contained in:
Alicia Sykes 2023-08-26 14:26:19 +01:00
parent 5496fb6e5c
commit 63d09738d2

15
.github/README.md vendored
View File

@ -391,7 +391,20 @@ You can get the Docker image from:
### Deploying - Option #3: From Source
Follow the instructions in the [Developing](#developing) section above, then run `yarn build` && `yarn start` to build and serve the application.
Follow the instructions in the [Developing](#developing) section above, then run `yarn build` && `yarn serve` to build and serve the application.
<details>
<summary>Show me</summary>
```bash
git clone https://github.com/Lissy93/web-check.git # Grab the code
cd web-check # Move into the project directory
yarn install # Install dependencies
yarn build # Build the app for production
yarn serve # Start the app (API and GUI)
```
</details>
### Configuring