⚠️ When using Codespaces you need to set the visibility of the backend port (port 5001) to public! See gif below
Docker and docker compose
Clone this repository
git clone --recurse-submodules https://github.com/polyglot-edu/tryPolyglot.git
and then run
docker compose build
docker compose up
Node editor will be available at http://localhost:3000 while backend at http://localhost:5000