Skip to content

financier-io/financier

Repository files navigation

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.