added info on nvm and dist repository
parent
2aafba6d81
commit
ea65097c84
|
@ -5,6 +5,8 @@
|
||||||
You will need [Node.js](https://nodejs.org/en/) v10 installed
|
You will need [Node.js](https://nodejs.org/en/) v10 installed
|
||||||
(due to Angular 7 incompatibilities, don't use v11 or higher)
|
(due to Angular 7 incompatibilities, don't use v11 or higher)
|
||||||
|
|
||||||
|
If you need multiple node.js version, you can use the `nvm` software.
|
||||||
|
|
||||||
### Angular CLI
|
### Angular CLI
|
||||||
|
|
||||||
If you never installed Angular CLI, run:
|
If you never installed Angular CLI, run:
|
||||||
|
@ -35,7 +37,7 @@ npm run electron
|
||||||
```
|
```
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
After the build process, you'll find a set of files (html, css, js, ...) in the `/dist` repository. You can copy all the content of it to any web server to serve Sengi.
|
||||||
|
|
||||||
### Run unit tests
|
### Run unit tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue