Skip to content

lucho19jose/personalcashflow

Repository files navigation

cashflowforyou (cashflowq)

beautiful personal chasflow app for you. Wit this app you can manage your personal expenses and incomes in easly way using "6 jars" method.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npx quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

npx quasar build

Customize the configuration

See Configuring quasar.config.js.