Skip to content

rafaeldellaquila/fintrack

Repository files navigation

Fintrack

WIP Project for financial tracking. Complete Readme soon. You can check some documentations inside the code actually.

Setup

The project uses Mise for tool versioning. Make sure to install it. Then run:

mise install

This will install all the dependencies and set up the project.

Bun

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published