Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Foodcritic/foodcritic-site

Repository files navigation

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.