From 63d09738d229af43d75a98519e78c11379df527f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 26 Aug 2023 14:26:19 +0100 Subject: [PATCH] Update building docs --- .github/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 89165be..e3b2909 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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. + +
+Show me + +```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) +``` + +
### Configuring