Skip to content

devitcn/elm-lang.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Home Page

All of elm-lang.org is written in Elm. This repo is the client code (in Elm) and server code (in Haskell) that makes it all work.

You can use this to run elm-lang.org/try locally, but it is quite a challenge to set up.

Build From Source

First get the Elm developer workflow setup by reading the build from source instructions, then running this script with runhaskell BuildFromSource.hs 0.17.

Then in the Elm-Platform/0.17/ directory, run these commands:

git clone https://github.com/elm-lang/elm-lang.org.git
cd elm-lang.org
git checkout master
cabal sandbox init --sandbox ../.cabal-sandbox
cabal install --only-dependencies
cabal configure
cabal build
./dist/build/run-elm-website/run-elm-website

Great! You should be set up with elm-lang.org running at localhost:8000/.

You can run cabal clean to clear out all cached build information and start fresh.

Packages

No packages published

Languages

  • Elm 41.6%
  • JavaScript 35.1%
  • HTML 12.4%
  • CSS 8.6%
  • Haskell 2.3%