Quickly add any expenses/incomes on map and keep track of it :)
Development stack:
CI/CD stack:
Release stack:
Deployment stack:
$ git clone git@github.com:geoql/expenses.git
$ cd expenses
$ npm install
$ npm run dev
Pre-release steps:
$ git clone git@github.com:geoql/expenses.git
$ cd expenses
$ npm install
$ npm run release # this will generate a new PR & bump up the pkg version
Note: Commits & PRs should now be allowed only if they follow a particular commit format, read more about it here
Please contribute using Github Flow. Create a branch, add commits, and open a pull request