💰 Straight-forward budgeting.
This repository has been archived on 2022年06月10日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- JavaScript 72.7%
- HTML 16.2%
- SCSS 11%
Please note: This is an unmaintained fork of https://github.com/financier-io/financier.
financier
⚙ Gitlab — 💰 Production app — Staging app — 📗 Staging Docs — 📢 Trello — 🕸 Website — 🐳 Docker
A web-based, offline-first app. Built with Angular 1 and PouchDB.
Develop
npm install
npm start # starts web server on http://localhost:8080/
Test
npm test
# or continuous:
npm run test-watch
Lint
npm run lint
Build (for production)
npm run build
Run locally
TODO: This section needs to be revised! gulp is not used in this project anymore.
gulp build
npm run-script docs # generate jsdoc documentation
node ./api
Docs
Generate with npm run docs.
Developing with Nix
If you are using the Nix package manager, you may use nix-shell to get a shell with all necessary dependencies that are not managed by npm itself. Once you are in the Nix shell, you can use npm like you are used to.
See also https://codeberg.org/puppe/financier-nix.