Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 577 Bytes

codecov

After connecting you could see something like this:

screenshot 2019-01-05 20-10-20

Run locally

npm install
npm dev

To get the production build you need to

npm run build
npx serve@latest out

Tests

npm test