Skip to content

geoql/expenses

Repository files navigation

[GeoQL] – Expenses 💰

Netlify GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status GitHub release (latest SemVer) DeepScan grade Snyk Vulnerabilities for GitHub Repo GitHub contributors

nuxt maplibre-gl eslint prettier stylelint windicss typescript

About

Quickly add any expenses/incomes on map and keep track of it :)

Stacktrace

Development stack:

CI/CD stack:

Release stack:

Deployment stack:

Environment Setup

Development

$ git clone git@github.com:geoql/expenses.git
$ cd expenses
$ npm install
$ npm run dev

Production

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

Contributing

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