shed is a self-hosted shared editor + code runner with the ability to watch replays of a session.
To see a demo, please visit https://code.algorithm.city
make docker-image
npm install
npm start
If you change assets, be sure to run make
and restart the server.
based on https://github.com/YingshanDeng/ot.js-demo, shed uses ot.js, codemirror and docker to run code.
MIT