elm-lang.org

Elm 网站的服务器和客户端代码。(Server and client code for the Elm website.)

Github星跟踪图

榆树主页(Elm Home Page)

所有 elm-lang.org 的代码都是用 Elm 写的!

构建说明

运行 bash build.sh 应该在 _site 中生成静态网站。

之后,您可以运行(cd _site ; python -m SimpleHTTPServer 8000)在浏览器中的http://localhost:8000 上查看它。 并非所有链接都适用于此设置,但您应该能够访问所有页面!

主要指标

概览
名称与所有者elm/elm-lang.org
主编程语言Elm
编程语言Elm (语言数: 5)
平台Linux, Mac, Windows
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2012-05-28 22:36:14
推送于2025-09-10 14:33:00
最后一次提交2025-09-10 16:32:52
发布数1
最新版本名称v0.9 (发布于 2013-08-09 23:42:56)
第一版名称v0.9 (发布于 2013-08-09 23:42:56)
用户参与
星数2k
关注者数72
派生数364
提交数3.1k
已启用问题?
问题数382
打开的问题数59
拉请求数291
打开的拉请求数30
关闭的拉请求数182
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Elm Home Page

All of elm-lang.org is written in Elm!

Build Instructions

Running bash build.sh should generate the static website in _site.

After that, you can run (cd _site ; elm reactor) to see it at http://localhost:8000 in your browser. Not all the links work with this setup, but you should be able to get to all the pages nonetheless!