/cashcache

Primary LanguageJavaScript

Cash Cache

This is a website for keeping track of money. It has a free version that stores user data locally, and a payed version that stores data in the cloud and gives access to additional features.

Development

After cloning the repo, install all dependencies:

npm install

Run the website locally:

npm run dev

Build for production:

npm run build

All deployments are handled automatically via Netlify, including branch deploys.