Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`