Web application to track transactions and maintain budget
# 1. clone and open the repo
git clone https://github.com/PodYapolskiy/mydget.git
cd mydget
# 2. install dependencies
npm install
# 3. set up .husky pre-hooks
npm run prepare
# 4. see the development version
npm run dev
# build the app using adapter in svelte.config.js
npm run build
# see the production version
npm run preview