Small programming sandbox. User's code runs in docker containers on backend.
To execute code on desktop press Ctrl+Enter. To execute on mobile just shake your device.
Also you can share your code by sending current url, it automatically syncs while you're typing.
- Run
prepare.sh
. It will build required docker images. - Run
npm i
to install back-end deps. - Run
npm i && npm start
inclient/
directory to install front-end deps and build front-end. - Run
npm start
in root dir to serve front-end and start server.