A simple PWA I built to tell me exactly how old my dog Charlie is.
- ⚡ Powered by Vite
- ✅ Written in TypeScript
- ☁️ Hosted on GitHub Pages
# Start the application in development mode
bun run dev
# Create an optimized production build
bun run build
# Start the application in production mode. Build for production first.
bun run serve