This is an online editor for real time collaboration on your coding projects.
npm install
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