Skip to content

konrad-marzec/heat-calendar

Repository files navigation

heat-calendar

alt text

alt text

alt text

Storybook

Check the demo!

Apps and Packages

  • docs: A placeholder documentation site powered by Next.js
  • core: core React components
  • tsconfig: shared tsconfig.jsons used throughout the monorepo
  • eslint-config-base: ESLint preset

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Useful commands

  • yarn build - Build all packages and the docs site
  • yarn dev - Develop all packages and the docs site
  • yarn lint - Lint all packages
  • yarn changeset - Generate a changeset
  • yarn clean - Clean up all node_modules and dist folders (runs each package's clean script)