Skip to content

aaronccasanova/aacc

Repository files navigation

aacc

Casa for my packages, projects, and experiments.

Getting started

  • Install dependencies and symlink apps/*, packages/*, hooks/*, etc.
npm i

Note: Re-run the above command if you add or remove internal dependencies to ensure all symlinks are up to date.

  • Build all projects
npm run build
  • Build a specific project
npm run build -- --filter=<package-json-name>

See the Turborepo docs for more info on the --filter syntax

Local development

Run the dev script to start a project and all it's dependencies in watch mode.

npm run dev -- --filter=@aacc/test-app...