Lightweight web app to log and track apartment-rental prospects with local-first architecture and offline support. Data is stored locally in your browser for speed and privacy, with optional cloud synchronization when signed in.
- Bun (JavaScript runtime and package manager)
# Clone the repository
git clone https://github.com/leynier/depatrack
cd depatrack
# Install dependencies
bun install
# Start development server
bun run devbun run dev- Start development serverbun run build- Build for productionbun run type-check- Run TypeScript type checkingbun run ruler- Apply AI coding assistant rules
- Vue 3 + TypeScript + Vite
- TailwindCSS + shadcn-vue
- Pinia for state management