$ node --version
v 22.1.0
We recommend NVM to install and manage different
node
versions.
$ npm ci
$ npm run dev
$ npm run build
The static files with the website can then be found in ./dist
folder.
You can display them for instance with http-server
:
$ npx http-server -o
$ npm run lint