Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 953 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 953 Bytes

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.