Buds is a playful friendship health tracker where you plant your friends as flowers in your garden. To water and fertilize your flowers, you need to text and make plans with your friends :0
Data is stored locally in the browser, and can be exported.
- Next.js
- Tailwind CSS
- Vitest for unit tests
npm install
npm run devOpen http://localhost:3000.
To test:
npm test| Command | Description |
|---|---|
npm run dev |
Dev server |
npm run build |
Production build |
npm run start |
Run production build |
npm run lint |
ESLint |
npm run test |
Run tests once |
npm run test:watch |
Vitest watch |