Skip to content

kikuyuta/elixirschool

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.0%
  • HTML 22.4%
  • JavaScript 17.3%
  • Ruby 10.3%