leonkyr / site

🌎 The public Buildkite website

Home Page:https://buildkite.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Buildkite Site

The Buildkite public website, built with Next.js 🐢

Get started

yarn install && yarn start
# Or with docker...
# docker-compose up

Testing in development

yarn test
# Or with docker...
# docker-compose run site yarn test

Downloading the fonts

If you have access to the S3 bucket:

aws-vault exec buildkite-dev -- ./scripts/download-fonts

Building for production

NODE_ENV=production yarn build && NODE_ENV=production yarn start
# Or with docker...
# docker-compose -f docker-compose.prod.yml up

Running the integration tests

docker-compose -f docker-compose.integration-tests.yml run tests
docker-compose -f docker-compose.integration-tests.yml run production-tests

About

🌎 The public Buildkite website

https://buildkite.com/


Languages

Language:JavaScript 98.4%Language:Shell 1.1%Language:Dockerfile 0.5%