Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 534 Bytes

This repo contains the sources for the Nim by Example book.

If you'd like, use nanoc to build. However, its easiest to simply write things and wait for the webpage at http://nim-by-example.github.io/ to update.

Building

First, make sure that you have the following dependencies installed and on your PATH:

Then, to build & run the site, use:

$ bundle config set --local path 'vendor/bundle'
$ bundle install
$ bundler exec nanoc
$ bundler exec nanoc view