- In-browser IDE with VS Code like text editor.
- Some features like auto-completion and code-formatting
- Supports for 9 languages
- Realtime Collaboration
- Multi-files
⚠️ Website isn't mobile friendly.
Before running app locally make sure that you install following things:
- Install Docker and Docker Compose.
- Install make
https://github.com/PedroMiotti/colab-editor-api
-
Create
.env
file in project root dir$ touch .env
-
Copy everything from
.env.example
as paste it in.env
# Run docker-compose (API, Redis and Mongo)
$ make up
This project is MIT licensed.