You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you don't have Middleman installed, install it.
gem install middleman
# Install Gems
bundle install
# Start local server
middleman
# Build and push to github page
rake build && rake publish