trying to deal with docker :punch:
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.
prepare.sh
. It will build required docker images.npm i
to install back-end deps.npm i && npm start
in client/
directory to install front-end deps and build front-end.npm start
in root dir to serve front-end and start server.