drnic / docs-1

The source files for the Buildkite documentation

Home Page:https://buildkite.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buildkite Documentation

The source files for the Buildkite Documentation.

To contribute simply send a pull request! ❤️

Development

git clone https://github.com/buildkite/docs.git
git submodule update --init

If you have Ruby installed:

# Install the dependencies
bundle
# Run the specs
bundle exec rspec
# Start the app on http://localhost:3000/
bin/rails server

Or if you have Docker installed:

# Run the specs
docker-compose run app bundle exec rspec
# Start the app on http://localhost:3000/
docker-compose up --build
# To start it in production mode on http://localhost:3000/
docker-compose -f docker-compose.production.yml up --build

License

See LICENSE.md (MIT)

About

The source files for the Buildkite documentation

https://buildkite.com/docs

License:MIT License


Languages

Language:HTML 88.3%Language:Ruby 8.1%Language:CSS 3.0%Language:Shell 0.3%Language:Dockerfile 0.2%Language:JavaScript 0.0%