Prerequisites

Basic knowledge of Git, the terminal, and Node.JS. Git and Node.JS must be installed.

This may be useful for users who want to use the latest development version of the Client.

All text in monospace are Terminal commands (Command Prompt for Windows, Terminal for macOS).

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