elm-lang.org Source Code

repository·master·Indexed 24 days ago

https://github.com/elm/elm-lang.org

Source code for the official Elm programming language website, written entirely in Elm. Includes instructions for generating the static website files via a build script and previewing the site locally using the Elm Reactor.

Tokens
142
Snippets
2
Records
2
Agent score
34%

What's inside elm-lang.org

  1. Preview the built website locally

    master

    After building the site, you can preview it using the Elm Reactor. Navigate into the _site directory and start the reactor. The site will be available at http://localhost:8000.

    Note: Some links may not function correctly in this local reactor setup, but all pages remain accessible.

    (cd _site ; elm reactor)