Skip to content

joosy/guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The guides for the Joosy framework

If you are seeking for information about Joosy, start with official site, guides or central repository.

Guides internals

Guides are built on top of Jekyll. To run instance of guides locally do the following:

  • Ensure you have ruby and rubygems installed
  • Clone this repository: git clone https://github.com/joosy/guides.git joosy-guides
  • Enter the cloned directory: cd joosy-guides
  • Make sure you have Bundler installed: gem install bundler
  • Install required gems: bundle install
  • Run local server: bundle exec jekyll serve --watch

Now point your browser to http://localhost:4000 and here they are! Go ahead to patch and improve something and then send us a pull request! ❤️

Bitdeli Badge