Skip to content

monkeybarsllc/monkeybarsllc.github.io

Repository files navigation

The New Improved MonkeyBars Landing Page

Getting Started

The site is managed by Generator-Jekyllrb which merges Jekyll and Yeoman.

First, install the following:

NodeJS and NPM

Install Page

Ruby through RVM

Install Page

Install Ruby 2.1:

rvm install 2.1

rvm --default use 2.1

Yeoman

npm install -g yo

Grunt CLI

npm install -g grunt-cli

Generator-Jekyllrb

npm install -g generator-jekyllrb

Finally...

Clone the repo, cd into it, then run:

bower install

grunt serve

The server will immediately open a new browser tab and update any changes made to the source files.

Publishing

In order to publish, run:

grunt build

Commit any changes to the develop branch, push, then push to the master branch:

git subtree push --prefix dist origin master

About

New MonkeyBars landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published