Step 1. Install Github application
The GitHub application allows RelativeCI to add checks for corresponding commits and pull request comments.
You can install the application for personal or organization accounts. For organizations, your account needs to have admin role to install and configure applications.
Install GitHub application for your accountStep 2. Add project to RelativeCI
Setup and follow the projects on RelativeCI.
Setup and follow projectsStep 3. Install the agent
@relative-ci/agent collects, filters and sends webpack stats and build information to RelativeCI service.
npm install --save-dev @relative-ci/agent
or
yarn add --dev @relative-ci/agent
Step 4. Configure the agent
Select the method to configure @relative-ci/agent:
Need help?Contact us via Email, Twitter, or Github!