- Primary Domain: http://learn.jquery.com
- Clone/fork this repo
- Install our lovely friends "The Dependencies"
> gem install nanoc kramdown adsf mime-types curb json
- Change to the newly cloned repository's directory
- Run the nanoc server
> nanoc view &
- The site should be running on _http://localhost:3000. Use the
--port
option to specify a different port. - Set the site to watch for changes and re-compile
> nanoc watch