aaronccasanova / aacc

Casa for my packages, projects, and experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Casa for my packages, projects, and experiments


Languages

Language:TypeScript 78.6%Language:JavaScript 19.7%Language:CSS 0.8%Language:Rust 0.7%Language:HTML 0.2%Language:Handlebars 0.0%