foodcritic-site
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.