Widget to search for supply chain data on wikirate.org.
You can add the following parameters to the url:
- show help how to embed the widget:
embed-info=show
- change background color:
background=%23550044
Example:
http://ccc.wikirate.org/?embed-info=show&background=%23550000
The site is developed with Middleman. It depends on Ruby and the RubyGems package manager. If you don't have that you can follow these instructions.
git clone https://github.com/wikirate/wikirate-ccc
cd wikirate-ccc
bundle install
bundle exec middleman build
bundle exec middleman server
The command returns a url where you can access the site. Middleman automatically picks up source changes and refreshes the site in the browser.
bundle exec cucumber
bundle exec cap production deploy