Casa for my packages, projects, and experiments.
- Install dependencies and symlink
apps/*,packages/*,hooks/*, etc.
npm iNote: 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
Run the dev script to start a project and all it's dependencies in watch mode.
npm run dev -- --filter=@aacc/test-app...