Run nanoc in autocompile mode:
$ cd /path/to/docs
$ nanoc autocompile
And visit the URL http://localhost:3000.
When things are ready to compile
Run nanoc compile:
$ cd /path/to/docs
$ nanoc compile
The docs will be output to the output
folder.