install package
pnpm install
prepare Husky for git hook
pnpm prepare
test start project
pnpm dev
install jq for each operating system
sudo apt-get install jq
brew install jq
sudo yum install jq
Download the jq executable from the official jq releases page. After downloading, you can add the directory containing jq.exe to your system's PATH.
sst secret set GoogleClientId <your-google-client-id>
sst secret set GoogleClientSecret <your-google-client-secret>
cd src/web
npx playwright install