Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 373 Bytes

File metadata and controls

12 lines (8 loc) · 373 Bytes

GitFlow demo websites

This is the gitflow demo website. It will contain scenarios for features, releases, fixes, etc.

If you're interested in running it, you're going to need Ruby (2.2+) and Bundler. When those are installed you can run the webserver bij running:

bundle
bundle exec roger serve

Visit http://localhost:9000/ to see the demo in it's full glory.