elm-faq
elm-faq copied to clipboard
FAQ about the Elm language.
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 [email protected]:elm-community/elm-faq.git
cd elm-faq
bundle install
Serving
cd elm-faq
bundle exec jekyll serve