Skip to content

ironheart122/fb-analytics-app

Repository files navigation

Moncy's FB Analytics App

Tech Stack

Setup (Linux)

  1. Install SST ION CLI
curl -fsSL https://ion.sst.dev/install | bash
  1. 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
  1. 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
  1. Run the app locally
pnpm run dev

## TODOS:

- [ ] Make everything type-safe (Serious chore)

Releases

No releases published

Packages

No packages published