https://github.com/lawful2002/colab-code
A feature rich online editor based on `ace-editor` supporting multiple programming languages and providing a way to code in real-time with your friends.
https://github.com/lawful2002/colab-code
ace-editor socket-io vue
Last synced: about 2 months ago
JSON representation
A feature rich online editor based on `ace-editor` supporting multiple programming languages and providing a way to code in real-time with your friends.
- Host: GitHub
- URL: https://github.com/lawful2002/colab-code
- Owner: Lawful2002
- License: mit
- Created: 2021-12-16T17:05:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T12:15:24.000Z (over 3 years ago)
- Last Synced: 2025-06-01T16:18:35.789Z (about 1 year ago)
- Topics: ace-editor, socket-io, vue
- Language: Vue
- Homepage:
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colab-code
An feature rich online editor based on `ace-editor` supporting multiple programming languages and providing a way to code in real-time with your friends.
## Server
The server can be found [here](https://github.com/Lawful2002/colab-code-socket-server).
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).