Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 905 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 905 Bytes

Buildkite Frontend

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:

Linting and Testing

  • yarn lint (eslint)
  • yarn test (jest)

Roadmap

  • Minimal viable localhsot wrapper/layout outside of the Buildkite Rails app
  • Proxy GraphQL queries through graphql.buildkite.com

License

See LICENSE.TXT (MIT)