An online environment to write, run, and learn Koka. Uses my implementation KokaZero.
Built with Java Spring, with Bubblewrap to sandbox user binaries.
Orchestrated with Docker Swarm, atop a NixOS DigitalOcean droplet.
Startup the backend services
./dev-compose.shRun the frontend with Vite dev mode
cd client/
npm i
npm run dev