Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 707 Bytes

Try Polyglot

Open in GitHub Codespaces

⚠️ When using Codespaces you need to set the visibility of the backend port (port 5001) to public! See gif below

tryPolyglot

Requirements

Docker and docker compose

Installation

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