This repository contains the React/GraphQL powered parts of the Buildkite web UI.
It’s currently a work-in-progress, and unfortunately isn’t able to be run standalone from the closed-source Buildkite backend repository. You’re welcome to send a pull request with any changes if you wish, but you won’t be able to test your changes in local browser.
The main technologies used are:
yarn lint
(eslint)yarn test
(jest)
- Minimal viable localhsot wrapper/layout outside of the Buildkite Rails app
- Proxy GraphQL queries through graphql.buildkite.com
See LICENSE.TXT (MIT)