doc: updated build instructions

Massimo Melina committed Dec 31, 2023 at 17:01 UTC 51b52531bd0921917641cb95dfc5369620f48c9c
1 file changed +5 -4
dev.md
+5 -4
@@ -2,13 +2,13 @@ This file is mostly aimed to developers.
2
3 # Building instructions
4
5 -0. Install [Node.js](https://nodejs.org/) 16+
5 +0. Install [Node.js](https://nodejs.org/) 18+
6 1. Install Typescript: launch `npm -g i typescript`
7 3. Launch `npm run build-all` in the root
8
9 -You'll see some warnings about vulnerabilities. Fear not, for those are in the dev tools we are using.
10 -If you want to be assured, run `npm audit --production` that will exclude dev stuff, and you should see something
11 -more reassuring, like "found 0 vulnerabilities", hopefully.
9 +At this stage you have a javascript output. For binary files you'll also have to `npm run dist-bin`.
10 +
11 +You could instead run *dist* to run both *build-all* & *dist-bin*.
12
13 # Dev environment
14
@@ -43,6 +43,7 @@ Additionally, you have the following folders:
43 - tests: automated tests with related resources
44
45 # Known problems
46 +-
47 - vite's proxying server (but also CRA's) doesn't play nicely with SSE, leaving sockets open
48
49 # Guidelines