- In-browser IDE with VS Code like text editor having features like auto-completion, code-formatting ...
- Supports for 9 languages
- Realtime Collaboration
- Multi-files
⚠️ Website isn't mobile friendly.
Before running app locally make sure that you have the following set up:
- The Techpot-colab API
- Judge0 API - You can start with the free plan on RapidAPI or host it yourself. I recommend you hosted it yourself, its pretty easy to get started.
https://github.com/PedroMiotti/colab-editor
# Install dependencies
$ npm install
-
Create
.env
file in project root dir$ touch .env
-
Copy everything from
.env.example
as paste it in.env
-
Insert the Judge0 URL and the techpot-colab-API URL.
-
The socket URL is the as the techpot-colab-API URL.
This project is MIT licensed.