Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 681 Bytes

File metadata and controls

24 lines (12 loc) · 681 Bytes

Codecolla Build Status Coverage Status

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