Rhythmisch is a simple app to help you build habits.

This app is built using:
- React
- Next.js
- Tailwind
- Storybook
- ESLint & Prettier
To get started:
- Clone this repo
- Run
pnpm install
- Local development:
pnpm dev(local server will run on port 3000) - Run tests:
pnpm test(add--watchflag for file watcher) - Storybook:
pnpm storybook - Lint:
pnpm lint
See the CONTRIBUTING.md.