alagos / elixirschool

Premier destination to learn and master the Elixir programming language

Home Page:https://elixirschool.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir School

Elixir School is the premier destination for people looking to learn and master the Elixir programming language.

You can access lessons at ElixirSchool.com.

Feedback and participation are strongly encouraged! Please see Contributing for more details on how to get involved.

Running locally

ElixirSchool.com is generated using Jekyll. To run locally, you need both Ruby and Bundler installed.

  1. Install dependencies:
$ bundle install
  1. Run Jekyll:
$ bundle exec jekyll s
  1. Access it at http://localhost:4000

Translating a Lesson

  1. Each of the languages has a folder in root of this repo. To start translating you need to copy a file from the English language to the corresponding folder in your language and start translating.

  2. Translated lessons must include page metadata.

    • title should be a translation of the original lesson's title.
    • version should be set to the original English version.

    For example /ja/lessons/basics/basics.md:

---
title: 基本
version: 1.0.0
---
  1. Send a PR with the new translated lesson and join https://elixirschool.com/contributors/.

About

Premier destination to learn and master the Elixir programming language

https://elixirschool.com

License:Apache License 2.0


Languages

Language:CSS 51.9%Language:HTML 18.8%Language:JavaScript 18.3%Language:Ruby 11.0%Language:Shell 0.0%