🚧 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-hoistStart the development server on http://localhost:3000
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run previewCheckout the deployment documentation for more information.