Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.76 KB

File metadata and controls

65 lines (46 loc) · 1.76 KB

Car manager logo

Car Manager brings all your fleet information together: vehicle details, maintenance history, documents, and fuel usage. Stay on top of every oil change and tire rotation with smart reminders. When it’s time to sell, export professional reports that give buyers confidence.

GitHub top language GitHub License GitHub Actions Workflow Status

Development

Pre-requisites
Car Manager 3000 is using Bun as package manager and runtime. To start developing you will need:

  • Git
  • Bun
Stack

Backend

Frontend

To install dependencies:

bun install

To run:

bun run dev

Open http://localhost:5173 in your browser.