- Install SST ION CLI
curl -fsSL https://ion.sst.dev/install | bash- Set up social connection with Facebook for the App on Clerk -> Clerk Docs. Make sure to set all the scopes required for the app to work correctly
email
read_insights
pages_show_list
pages_read_engagement
pages_manage_metadata
pages_read_user_content
pages_manage_engagement- Set up the mandatory Clerk secrets with SST ION CLI
sst secret set ClerkSecretKey [YOUR_CLERK_SECRET_KEY]
sst secret set ClerkPublishableKey [YOUR_CLERK_PUBLISHABLE_KEY]Verify that the secrets are set correctly
sst secret list- Run the app locally
pnpm run dev
## TODOS:
- [ ] Make everything type-safe (Serious chore)