Building
Building the client if you know what you are doing.
Build the application
Clone the source code.
$ mkdir deeeep-reef-client
$ git clone https://github.com/Deeeep-Reef-Client/deeeep-reef-client.git deeeep-reef-client
$ cd deeeep-reef-client
Install required dependencies
$ npm install
Start the app
Directly runs the application from source.
$ npm run start
Build the app
Builds the Application. Built binaries and installers can be found at the dist/ directory.
$ npm run build