All updates
backend
integrations
devops
auth

Updated README: clearer setup, ports, and webhook configuration

Documentation

  • Updated the project description to mention LLM analysis and corrected the hosted domain to suprlogs.com.
  • Clarified the repo layout and noted that the API server handles Clerk and GitHub App webhooks.backend
  • Added a detailed ports table and troubleshooting notes to help avoid conflicts when running local services.devops
  • Added comprehensive webhook setup instructions for Clerk and GitHub: signature verification details, ngrok local-development steps, required environment variables, and verification/testing guidance.integrations
  • Documented production deployment steps for the API on Railway and listed the environment variables required for a production rollout.devops
  • Expanded environment and startup guidance: where to copy .env files, which secrets to store in the root .env.local, env loading order, and updated pnpm service/start commands.auth
  • Added quick references for local database commands and test scripts to simplify developer workflows.database

Improvements

  • Improved clarity and structure of the README so developers can get services running and configure webhooks faster.frontend
Updated README: clearer setup, ports, and webhook configuration