/polydicer

A web version of Polydice business card.

Primary LanguageRubyMIT LicenseMIT

Polydicer

A web version of Polydice business card.

screenshot

Setup

  • Install required gems:
bundle install
  • Set up your info in me.json
bundle exec rake init
  • Start up a local web server at http://localhost:4567/
bundle exec middleman server

Deploy to GitHub Pages

  • Fork this repository and add it as a remote of your GitHub $USERNAME.
git remote add $USERNAME git://github.com/$USERNAME/polydicer.git
  • If you have hub installed, simply run:
hub fork
  • Build and deploy the page to gh-pages of your repository:
bundle exec middleman deploy

Contributors

Special thanks to @amelieyeh for the help with CSS troubleshooting.

Contact

Twitter

License

Polydice and iCook are trademarks of Polydice, Inc. Please refer to the guidelines on iCook Newsroom.

The source code is released under the MIT license. See LICENSE for details.