motion-toolbox.com
motion-toolbox.com copied to clipboard
The Motion-Toolbox website
motion-toolbox.com
Forking/Pull Requests
Pull requests are encouraged! Add new wrappers or more tags to existing ones.
-
bundle install
-
Add your new data to
data.json
-
Add your github token file to
.oauth_token
. You can generate a token here: https://github.com/settings/tokens -
Preview your changes with
bundle exec middleman
andrake open
-
Subsequent runs you can skip interacting with Github by running:
SKIP_GITHUB=true bundle exec middleman