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
yarn
- Local development:
yarn dev
(local server will run on port 3000) - Run tests:
yarn test
(add--watch
flag for file watcher) - Storybook:
yarn storybook
- Lint:
yarn lint
See the CONTRIBUTING.md
.