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

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.

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/).