# buildbotstatus **Repository Path**: mirrors_servo/buildbotstatus ## Basic Information - **Project Name**: buildbotstatus - **Description**: Tool to show the build status of a Servo PR - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Deployed at https://servo.github.io/buildbotstatus Tool to show the build status of a Servo PR. ![screenshot](screenshot.png) ## Running the tool Before running the tool make sure that you have all its dependencies installed: ```bash npm install -g gulp && npm install ``` You can serve this tool from http://localhost:3000 just by running this command: ```bash gulp ``` You can develop this tool from http://localhost:3000 just by running this command: ```bash gulp dev ```