/elm-faq

FAQ about the Elm language.

Primary LanguageJavaScript

elm-faq

FAQ about the Elm language.

Here are some questions and answers often seen on the #elm IRC channel on freenode, on the Elm Slack, and on the elm-discuss group.

We welcome contributions as pull requests.

How to serve a development version of the FAQ

Setup

sudo gem install bundler
git clone git@github.com:elm-community/elm-faq.git
cd elm-faq
bundle install

Serving

cd elm-faq
bundle exec jekyll serve