The Buildkite public website, built with Next.js πΆ
yarn install && yarn start
# Or with docker...
# docker-compose up
yarn test
# Or with docker...
# docker-compose run site yarn test
If you have access to the S3 bucket:
aws-vault exec buildkite-dev -- ./scripts/download-fonts
NODE_ENV=production yarn build && NODE_ENV=production yarn start
# Or with docker...
# docker-compose -f docker-compose.prod.yml up
docker-compose -f docker-compose.integration-tests.yml run tests
docker-compose -f docker-compose.integration-tests.yml run production-tests