554 B
554 B
piggybank (piggybank)
An app to help families teach kids to keep track of their finances. It uses fake bank accounts with virtual cash that can be sent to each other or requested from each other.
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Build the app for production
quasar build