Skip to content

ErlangCentral/tutorials

Repository files navigation

ErlangCentral tutorials

This is the code for the tutorials.erlangcentral.org. It is a Jekyll project hosted by GitHub Pages.

Contributing

Contributions are very welcome! Please open a pull request at this repository to add a tutorial or improve existing ones.

Getting started

To build the tutorials locally:

  1. Install Jekyll.

  2. Clone this repository:

    $ git clone https://github.com/ErlangCentral/tutorials.git
  3. Run Jekyll to serve the site locally:

    $ bundle exec jekyll serve

Learning more

To learn more about ErlangCentral, please visit ErlangCentral.org.