😴 currently, the project is a bit outdated compared with actual state of recent CNC applications hosted on GitHub. 😴
- install Node.JS and npm
- clone the project: git clone https://github.com/czcorpus/wdsandbox.git
- run
npm install
- compile the server code:
make server
- in a new shell (from the same directory), run
node dist-server/service.js
- run devel server:
make devel-server
- open http://127.0.0.1:3000 in your browser