Built using Middleman.
Desktop
Mobile
-
Clone to your machine.
git clone https://github.com/padrino/padrino-web.git git submodule init git submodule update
-
Install gem dependencies with Bundler.
bundle install
-
Start the Middleman server.
bundle exec middleman server
-
Visit http://localhost:4567
If you want to update the docs, build and deploy the update in a single command:
rake publish
-
Update the docs through submodule.
rake update
-
Build the static site.
middleman build
-
Deploy the site to gh-pages.
middleman deploy
-
Visit the site at http://padrinorb.com.