The software is currently in a state that does not yet allow an end-user installation.
- Install Node.js. (The required version can be found inside the
package.json
file.) - Clone this repository.
cd
inside the cloned directory and runnpm install
.- Install the recommended Visual Studio Code extensions (or its correspondences for any other Editor/IDE).
- Run
npm test
. - Run
npm watch
and start developping.
- Clone this repository.
- Open the repository in vscode.
- Run the vscode task
install (Docker)
. - Run the vscode task
test (Docker)
. - Run the vscode task
watch (Docker)
and start developping.