Skip to content

financier-io/financier

Repository files navigation

financier

βš™ Github β€” πŸ’° Production app β€” Staging 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.