CI/CD
Build Status
Section titled “Build Status”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
Download Artifacts
Section titled “Download Artifacts”After a successful build, you can download the artifacts from the Actions run:
- Go to Actions
- Select the workflow run
- Download the artifacts:
api- Compiled APIchrome-extension- Built Chrome extensiondocs- Built documentation