Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biomousavi/live-code

A real-time collaborative code editor in your browser.
https://github.com/biomousavi/live-code

codemirror docker docker-compose fastify nestjs nodejs real-time socket-io vuejs vuetify

Last synced: about 2 hours ago
JSON representation

A real-time collaborative code editor in your browser.

Awesome Lists containing this project

README

        



# LiveCode

##### A useful real-time collaborative code editor in your browser.

## Instaliation

Install [Docker and docker-compose](https://www.docker.com/) .

## Start

At the root of the project, run:

```bash
docker-compose build
docker-compose up
```