Skip to content

algrx/algorithmx-demo

Repository files navigation

AlgorithmX Demo

build

Online demo for AlgorithmX.

Submitting Examples

To submit your own example, create a pull request which adds a file to src/examples/[language], and appends an entry to src/examples/[language]/examples.json.

Development

  • Serve the website on port 9000: npm run dev
  • Serve the production website on port 9000: docker-compose up website
  • Build Brython bundle: docker-compose up --build build-python
  • Build everything: docker-compose up --build build