Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 550 Bytes

Rhythmisch is a simple app to help you build habits. App screenshot

Development

This app is built using:

  • React
  • Next.js
  • Tailwind
  • Storybook
  • ESLint & Prettier

To get started:

  1. Clone this repo
  2. 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

Contributions

See the CONTRIBUTING.md.