Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biomousavi/live-code
- Owner: biomousavi
- Created: 2022-12-08T15:41:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T18:34:37.000Z (about 1 year ago)
- Last Synced: 2023-12-17T19:33:20.782Z (about 1 year ago)
- Topics: codemirror, docker, docker-compose, fastify, nestjs, nodejs, real-time, socket-io, vuejs, vuetify
- Language: Vue
- Homepage: https://code.biomousavi.com
- Size: 1.34 MB
- Stars: 3
- 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
```