Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.07 KB

File metadata and controls

26 lines (16 loc) · 1.07 KB

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. 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.