This is the code for the tutorials.erlangcentral.org. It is a Jekyll project hosted by GitHub Pages.
Contributions are very welcome! Please open a pull request at this repository to add a tutorial or improve existing ones.
To build the tutorials locally:
-
Clone this repository:
$ git clone https://github.com/ErlangCentral/tutorials.git
-
Run Jekyll to serve the site locally:
$ bundle exec jekyll serve
To learn more about ErlangCentral, please visit ErlangCentral.org.