A single page application showcasing task tests written with codeworld-tasks.
This demo page is being hosted at Render for testing purposes. It has extremely limited resources and could possibly crash if receiving too many requests at once. It may also take up to a minute to load the page initially, due to forced shutdown on inactivity for free users.
- Install Docker Engine or Docker Desktop
docker build -t codeworld-demo .in the root directory of this repositorydocker run -p 3000:3000 codeworld-demo
- Install Haskell Stack
- Install the z3 theorem prover (
sudo apt-get install libz3-devor similar) - run
stack runin the root directory of this repository.
All necessary packages are installed in a sandboxed environment.
The page will then be accessible at localhost:3000.