Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 803 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 803 Bytes

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.