Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 562 Bytes

KeepFit

Create a simple dashboard to track my fitness data using Google spreadsheets as the source.

Demo here.

Screenshot 1

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# deploy to github
npm run deploy

# run unit tests
npm run unit

# run all tests
npm test