/mydget

Web app to track transactions and to maintain budget

Primary LanguageSvelte

Mydget

Web application to track transactions and maintain budget

workflow issuesopen issuesclosed pull pull-closed

Developing

# 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

Building

# build the app using adapter in svelte.config.js
npm run build
# see the production version
npm run preview

Technology stack

Svelte TypeScript TailwindCSS DaisyUI ESLint Visual Studio Code JavaScript HTML5 GitHub Actions