Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 169 Bytes

File metadata and controls

4 lines (3 loc) · 169 Bytes

Dev Environment Tips

  • Use pnpm as the package manager.
  • This is a monorepo, so use pnpm --filter <package-name> <command> to run commands in specific packages.