Skip to content

patritzenfeld/codeworld-demo

Repository files navigation

codeworld-demo

A single page application showcasing task tests written with codeworld-tasks.

Provisionary Hosting

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.

Run the Application Locally

With Docker

  1. Install Docker Engine or Docker Desktop
  2. docker build -t codeworld-demo . in the root directory of this repository
  3. docker run -p 3000:3000 codeworld-demo

With Stack (Unix only)

  1. Install Haskell Stack
  2. Install the z3 theorem prover (sudo apt-get install libz3-dev or similar)
  3. run stack run in the root directory of this repository.

All necessary packages are installed in a sandboxed environment. The page will then be accessible at localhost:3000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages