It's pretty straight forward, you know what to expect from the commands
npm install
npm run watch
npm run build
1 - npm run cypress
2 - Click tipsy.spec.js
ESLint runs automatically when git committing, if you want to manually run it:
#!javascript
eslint path/filename.js
#!javascript
eslint path/filename.js --fix
npm run test (being implemented)
WIP: At the moment it just populates it from a JSON file with a few bits of mock data. Eventually it'll use a (probably Django) backend to allow saving the bill which might help in logging food expenses.