Skip to content

adarshm11/goderpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goderpad

Live coding sandbox tool, specifically designed for SJSU SCE.

Note: Vite is used for this but frontend will have to be migrated to vanilla React when integrated with Clark.

Tech Stack

Clerk webhook requirements (development)

  1. Create backend/.env with CLERK_WEBHOOK_SIGNING_SECRET=YOUR_SIGNING_SECRET. This file is git-ignored.
  2. Start the backend: cd backend && go run main.go.
  3. Expose port 8080 with ngrok: ngrok http --url=<YOUR_STATIC_DOMAIN> 8080.
  4. In the Clerk dashboard, point the webhook endpoint to <YOUR_STATIC_DOMAIN>/api/webhooks.
  5. Note: Currently, only the user.created event is supported.

About

Live coding sandbox tool, specifically designed for SJSU SCE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •