Skip to content

leaofelipe/advisor

Repository files navigation

Advisor

Bun Vite React License

Finance management, planning, and insights.

Project Structure

src/
├── assets/        # Static assets (images, SVGs)
├── components/    # Reusable UI components (components/ui/<Component>/)
├── pages/         # Route-level page components
├── services/
│   ├── Database/  # Public data access layer — use this in components
│   └── Firebase/  # Internal Firestore layer — do not import in UI
└── styles/        # Global CSS and design tokens

Development

bun install
bun run dev

Build

bun run build

Preview

bun run preview

Testing

bun run test

Commits

This project uses Commitizen for standardized commit messages:

bun run commit

About

Finance management, planning, and insights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors