aaronccasanova / aacc

Casa for my packages, projects, and experiments
11 stars 2 forks source link

aacc

Casa for my packages, projects, and experiments.

Getting started

npm i

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

npm run build
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...