Update readme
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
5e843f7a4f
commit
568cf5e2ad
1 changed files with 3 additions and 2 deletions
|
@ -24,11 +24,12 @@ You can serve the application with a webserver of your choosing by simply copyin
|
||||||
Execute the following commands to compile the app from its source code:
|
Execute the following commands to compile the app from its source code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install # Installs all dependencies
|
npm ci # Installs all dependencies
|
||||||
npm run build # Compiles the app into the dist/ directory
|
npm run build # Compiles the app into the dist/ directory
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then copy the files to a webserver's webroot of your choice.
|
You can then copy the files to a webserver's webroot of your choice.
|
||||||
|
|
||||||
To serve a development version of the app locally for testing, you may also use the command `npm start`.
|
To serve a development version of the app locally for testing, you may also use the command `npm start`.
|
||||||
|
|
||||||
### Running with Docker
|
### Running with Docker
|
||||||
|
|
Loading…
Reference in a new issue