A simple expense tracking app for families.
cp .env.local.example
to.env.local
to enable browser integration with IntelliJ when working locallyyarn
to install NPM dependenciesyarn start
to start the app locally- For a pleasant debugging experience in IntelliJ, set up your IntelliJ "Run Configuration" as per instructions here
- This thing is deployed to GitHub Pages.
- Run
yarn run deploy
. Then you can visit the deployed app here.
- Run
cp .env.local.example .env
and edit values accordingly - Run the deploy script with
./deploy