Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 333 Bytes

Real time environment-constructor

demo-gif

Setup

Dev version:

  1. docker-compose build;
  2. docker-compose up;
  3. docker-compose exec app bash;
  4. npm start in both server and client side;
  5. go to localhost:3000.

Prod version: No implemented yet.