Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 538 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 538 Bytes

orca

Description

App gets current rates from coinapi.io and stores it to LocalStorage. Graph is drawn from data in localstorage.

Project setup

npm install
cp src/api/config.example.ts src/api/config.ts 

And provide the correct API key in config.ts

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit