git submodule init
git submodule update --remote
pnpm install
cp .env.production .env.development
pnpm run dev
npx shadcn-ui@latest add {component-name}
- fork the repo
- checkout the preview branch
- create a new feature branch based on the preview branch
- pull request to the preview branch