8000 GitHub - financier-io/financier: 💰 Straight-forward budgeting.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

0