Skip to content
This repository was archived by the owner on Jul 8, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 792 Bytes

File metadata and controls

28 lines (16 loc) · 792 Bytes

Bytecode Client Dashboard

Requirements

For this project, you will need the following dependencies installed on your device:

  • NodeJS (8+)
  • Yarn (npm should not be used)
  • MongoDB

Installation

To install the required Node dependencies, run yarn.

Run cp .env.example .env and set your correct environment variables. This file is loaded automatically

Development

For development, run yarn run dev.

CLI

To run the Dashboard CLI, run yarn run cli [args]. To see which arguments are available, run yarn run cli --help.

Contributors