🚧 work in progress 🚧
Platform for attaining financial independence
👀 sneak peek
- detailed personal finance tracking
- balance and cashflow records for any time in the past
- first class data synchronization all throughout
- dark mode
- 🔜 more info coming soon
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Checkout the deployment documentation for more information.