docs
: A placeholder documentation site powered by Next.jscore
: core React componentstsconfig
: sharedtsconfig.json
s used throughout the monorepoeslint-config-base
: ESLint preset
Each package and app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
yarn build
- Build all packages and the docs siteyarn dev
- Develop all packages and the docs siteyarn lint
- Lint all packagesyarn changeset
- Generate a changesetyarn clean
- Clean up allnode_modules
anddist
folders (runs each package's clean script)