Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 226 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 226 Bytes

auto-crypto-trader-jp

Setup

$ cp .env.template .env
Put your api key and api seacret in .env
$ npm install .

Run

Quick Start

$ npm run dev

Build and Start

$ npm run build && npm run start