Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 516 Bytes

Web-devel sandbox

😴 currently, the project is a bit outdated compared with actual state of recent CNC applications hosted on GitHub. 😴

How to install and run

  1. install Node.JS and npm
  2. clone the project: git clone https://github.com/czcorpus/wdsandbox.git
  3. run npm install
  4. compile the server code: make server
  5. in a new shell (from the same directory), run node dist-server/service.js
  6. run devel server: make devel-server
  7. open http://127.0.0.1:3000 in your browser