Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 310 Bytes

File metadata and controls

33 lines (22 loc) · 310 Bytes

grommunio Desk Development Guide

Prerequisites

Installing dependencies

$ npm install

Building

$ npm run prod

and start the application

$ npm start

Starting development environment

$ npm run dev

Packaging

$ npm run package