Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.21 KB

matey-web CircleCI Codecov GitHub GitHub top language

Project setup

yarn install

Use .env.local.sample to create 2 configuration files:

  • env.development.local for serving app locally
  • env.production.local used in production build

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Run your end-to-end tests

yarn run test:e2e

Project screenshots

Expenses

expenses

Expense summary

summary

Archive

archive

Progress (uses Github API)

progress