First, install the dependencies:
pnpm install
Run the stacks:
pnpm dev
Run the web server:
cd packages/web/
pnpm dev
npx sst bind --stage prod npx sst build npx sst deploy --region us-west-2 --stage prod
comment out emitSchemaFile in packages/core/graphql/graphql.ts from root, run
npx sst deploy --stage prod
npx sst secrets set <NAME_OF_SECRET> "<VALUE_OF_SECRET>"
uncomment emitSchemaFile in packages/core/graphql/graphql.ts hit graph API