added info on nvm and dist repository

Nicolas Constant 2022-11-30 18:22:51 -05:00
parent 2aafba6d81
commit ea65097c84
1 changed files with 3 additions and 1 deletions

@ -5,6 +5,8 @@
You will need [Node.js](https://nodejs.org/en/) v10 installed
(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
If you never installed Angular CLI, run:
@ -35,7 +37,7 @@ npm run electron
```
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