Skip to content

konrad-marzec/data-labeling-tool

Repository files navigation

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)