Add doc about NodeJS being required

This commit is contained in:
Lucas Verney 2017-12-29 22:49:47 +01:00
parent 49ebfe9111
commit 06dfd97be0
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ An alternative method is available using Docker. See [2.docker.md](2.docker.md).
`npm install && npm run build:dev` (use `build:prod` in production).
7. Use `python -m flatisfy serve --config config.json` to serve the web app.
Note: `Flatisfy` requires an up-to-date Node version. You can find
instructions on the [NodeJS website](https://nodejs.org/en/) to install latest
LTS version.
## Available commands