- Back to README
- User Manual
- Installation
- Development
Install npm and clone this repository. Inside the repository, run:
npm install
, to install dependenciesnpm run build:server
, to build contained lean projects underProjects/
(or runlake build
manually inside any lean project)npm start
, to start the server.
The project can be accessed via http://localhost:3000. (Internally, websocket requests to ws://localhost:3000/
websockets will be forwarded to a Lean server running on port 8080.)