Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 945 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 945 Bytes

financier

⚙ Github💰 Production appStaging app📗 Staging Docs📢 Trello🕸 Website🐳 Docker

A web-based, offline-first app. Built with Angular 1 and PouchDB.

Develop

yarn
yarn start

Test

yarn test
# or continuous: `yarn test-watch`

Build (for production)

yarn build

Run locally

yarn build
yarn docs # generate jsdoc documentation
node ./api

Docs

Local docs would be http://localhost:8080/docs.

Generate with yarn docs.