Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aberezkin/codecolla
Online code editor with real time collaboration and pluggable backend.
https://github.com/aberezkin/codecolla
Last synced: 17 days ago
JSON representation
Online code editor with real time collaboration and pluggable backend.
- Host: GitHub
- URL: https://github.com/aberezkin/codecolla
- Owner: aberezkin
- Created: 2017-10-07T12:57:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T11:49:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:22:23.754Z (about 1 month ago)
- Language: JavaScript
- Size: 3.75 MB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codecolla [![Build Status](https://travis-ci.org/aberezkin/codecolla.svg?branch=11-travis-ci)](https://travis-ci.org/aberezkin/codecolla) [![Coverage Status](https://coveralls.io/repos/github/aberezkin/codecolla/badge.svg?branch=master)](https://coveralls.io/github/aberezkin/codecolla?branch=master)
This is an online editor for real time collaboration on your coding projects.
## Install
`npm install`
## Build
For development build (without compression and with sourcemaps) run
`npm run build`
**Note:** development build html filename is `index-dev.html`.
To rebuild on every file change run
`npm run build:watch`
To build for production run
`npm run build:prod`