Skip to content

CI/CD

Build

The project uses GitHub Actions for continuous integration. Every push to main and pull requests trigger builds for:

  • API - TypeScript compilation
  • Chrome Extension - Browser extension build
  • Docs - Documentation website

After a successful build, you can download the artifacts from the Actions run:

  1. Go to Actions
  2. Select the workflow run
  3. Download the artifacts:
    • api - Compiled API
    • chrome-extension - Built Chrome extension
    • docs - Built documentation