Skip to content

endverbraucher/help

This branch is 2 commits behind myna/help:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dave Gurnell
Apr 23, 2014
725fd65 · Apr 23, 2014

History

40 Commits
Apr 23, 2014
Aug 9, 2013
Aug 6, 2013
Aug 5, 2013
Oct 10, 2013
Aug 6, 2013
Feb 4, 2014
Apr 23, 2014
Oct 29, 2013
Aug 6, 2013
Aug 5, 2013
Aug 6, 2013
Oct 16, 2013
Aug 5, 2013
Oct 16, 2013
Aug 5, 2013
Aug 12, 2013
Apr 23, 2014
Apr 23, 2014
Aug 6, 2013

Repository files navigation

help

Help and documentation for Myna.

Building

The help site is built with Grunt, Bower, Jekyll, and a host of plugins for each. We also use Bundler to install Jekyll and its plugins.

To get started, install Bundler:

npm install -g grunt-cli
npm install -g bower
gem install bundle

Use Bundler to update the dependencies of the help site:

cs ./path-to-repo-root
npm install
bower install
bundle install

Build the site (this will pause and watch for changes):

grunt -v

Finally, open the site in your browser:

open http://localhost:4000

Contributing

Fork and submit a pull request!

About

Help and documentation for Myna.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published