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

pnpm
pnpm start

Test

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

Build (for production)

pnpm build

Run locally

pnpm build
pnpm run docs # generate jsdoc documentation
node ./api

Docs

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

Generate with pnpm run docs.