Deployed at https://servo.github.io/buildbotstatus
Tool to show the build status of a Servo PR.
Before running the tool make sure that you have all its dependencies installed:
npm install -g gulp && npm install
You can serve this tool from http://localhost:3000 just by running this command:
gulp
You can develop this tool from http://localhost:3000 just by running this command:
gulp dev