Viewsaurus helps you create awesome code walkthroughs for your open source projects. It's like view source, but 84% more awesome.
If you have to use this viewsaurus, here are the instructions to set it up.
You have installed Node.js.
- Install viewsaurus package
$ npm install viewsaurus -g
- Open your tutorial directory
$ cd path/to/your/repo
- Checkout a new branch
gh-pages
, if it doesn't exist of course 😉
$ git checkout -b gh-pages
- Start the tutorial from scratch
$ saurus new
- Authoring the tutorial
$ saurus author
- Visit http://localhost:8080 to see the tutorial in action.
- Edit
tutorial/config.json
as appropriate for the project. - Update
tutorial/index.jade
as needed.
See Also
MIT