Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.18 KB

File metadata and controls

39 lines (22 loc) · 1.18 KB

Neuron

Nervos CKB Wallet

TravisCI Telegram Group


Quick Start

Prerequisites

You will need node >= 11.10 and yarn >= 1.12 to build and run this Neuron.

Please be noted that Neuron depends on node-gyp to build native NPM modules. Follow this to install node-gyp dependencies.

In the project directory, you can run:

yarn install && yarn bootstrap

Installs all dependencies.

yarn start:ui

Runs the UI app in the development and watch mode.
Neuron UI will start and open in browser (http://localhost:3000).

yarn start

Runs the app in the development mode.
Neuron will start as a desktop app.

yarn test

Launches the test runner in the watch mode.

License

Neuron is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.