Foodcritic / foodcritic-site

The website for foodcritic.
MIT License
3 stars 14 forks source link

foodcritic-site

Built on Travis

This is the website for Foodcritic, a lint tool for Chef cookbooks.

It uses Middleman. You can visit the published website at: http://foodcritic.io

Building

$ bundle install
$ bundle exec rake

Deployment

$ export AWS_ACCESS_KEY_ID=<secret>
$ export AWS_SECRET_ACCESS_KEY=<secret>
$ bundle exec rake deploy

License

MIT - see the accompanying LICENSE file for details.

Contributing

Please fork and submit a pull request on an individual branch per change.