This repo includes the following apps:
web: a Remix appinfrastructure: the infrastructure stacks to deploy this app to AWS Cloudformationconfig: configuration files used throughout the monorepo
To build all apps and packages, run the following command:
cd lp
pnpm build
To develop all apps and packages, run the following command:
cd my-turborepo
pnpm dev