/site

🌎 The public Buildkite website

Primary LanguageJavaScript

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