WIP Project for financial tracking. Complete Readme soon. You can check some documentations inside the code actually.
The project uses Mise for tool versioning. Make sure to install it. Then run:
mise installThis will install all the dependencies and set up the project.
Make sure to install the dependencies:
bun installStart the development server on http://localhost:3000:
bun run devBuild the application for production:
bun run buildLocally preview production build:
bun run preview