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: 4 months ago
JSON representation
A real-time collaborative code editor in your browser.
- Host: GitHub
- URL: https://github.com/biomousavi/live-code
- Owner: biomousavi
- Created: 2022-12-08T15:41:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T18:34:37.000Z (about 2 years ago)
- Last Synced: 2025-10-09T09:14:35.543Z (4 months ago)
- Topics: codemirror, docker, docker-compose, fastify, nestjs, nodejs, real-time, socket-io, vuejs, vuetify
- Language: Vue
- Homepage: https://code.biomousavi.com
- Size: 1.35 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```