Archived
1
0
Fork
You've already forked financier
0
💰 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%
Find a file
2022年06月10日 12:33:28 +02:00
api Update helmet-csp, replace helmet 2020年08月31日 00:19:46 +02:00
src Merge branch 'fix_tests' into update_dependencies 2020年09月03日 21:22:08 +02:00
webpack Follow old webpack config more closely 2020年09月03日 16:19:36 +02:00
.babelrc Update dependencies to latest versions 2018年01月22日 22:25:54 -06:00
.dockerignore Fix small syncing issue, add Trello 2016年04月18日 16:49:38 -05:00
.editorconfig Add linting, fix testing, fix editorconfig for scss 2018年01月24日 18:21:58 -06:00
.eslintrc Update eslint 2020年08月30日 23:20:44 +02:00
.gitignore Get stripe publishable key from API 2016年08月17日 11:21:26 -05:00
.gitlab-ci.yml Match libcurl to curl (otherwise we get exit code 48) 2018年03月21日 20:57:45 -05:00
.jsdoc.json Fix/style documentation, fix test runner 2016年07月11日 13:22:39 -05:00
.sasslintrc Add linting, fix testing, fix editorconfig for scss 2018年01月24日 18:21:58 -06:00
Dockerfile Add safe CSP support, fix some small bugs here and there 2018年01月26日 18:49:20 -06:00
karma.conf.js Follow old webpack config more closely 2020年09月03日 16:19:36 +02:00
LICENSE Update LICENSE - MIT 2017年08月28日 23:59:40 +00:00
package-lock.json Specify git+https URL for lato-webfont 2022年04月08日 01:32:10 +02:00
package.json Specify git+https URL for lato-webfont 2022年04月08日 01:32:10 +02:00
postcss.config.js Update dependencies to latest versions 2018年01月22日 22:25:54 -06:00
README.md Make clear that this fork is unmaintained 2022年06月10日 12:33:28 +02:00
shell.nix Use Node.js 12 2020年09月17日 13:29:40 +02:00
webpack.dev.js Follow old webpack config more closely 2020年09月03日 16:19:36 +02:00
webpack.prod.js Follow old webpack config more closely 2020年09月03日 16:19:36 +02:00
webpack.test.js Follow old webpack config more closely 2020年09月03日 16:19:36 +02:00

Please note: This is an unmaintained fork of https://github.com/financier-io/financier.

financier

⚙ Gitlab💰 Production appStaging app📗 Staging Docs📢 Trello🕸 Website🐳 Docker

A web-based, offline-first app. Built with Angular 1 and PouchDB.

build status

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.