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.jsonfile.) - Clone this repository.
cdinside 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 watchand 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.