Merge pull request #36 from arche-dev/building-patch
Fix building instructions
This commit is contained in:
commit
540c10aaff
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ by simply copying these files to the webroot:
|
||||||
|
|
||||||
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
|
||||||
npm install #installs all dependencies
|
npm install # Installs all dependencies
|
||||||
npm 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 choosing as noted above.
|
You can then copy the files to a webserver's webroot of your choosing as noted above.
|
||||||
|
|
Loading…
Reference in a new issue