elm-community/elm-lang.org

Name: elm-lang.org

Owner: Elm Community

Description: The full source for http://elm-lang.org/, the home-page of the Elm programming language. Open sourced as a way to teach people how to write and serve Elm code. Follow the instructions in README.md to get the site setup on your own machine.

Created: 2015-11-22 01:13:39.0

Updated: 2015-11-22 01:13:41.0

Pushed: 2015-11-09 15:01:49.0

Homepage: http://elm-lang.org/

Size: 15870

Language: Elm

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Elm Home Page

All of elm-lang.org is written in Elm. This repo contains all that source code, both for the frontend and for the backend.

You can also use this to run elm-lang.org/try locally.

Set up

First get the Elm developer workflow setup by reading the build from source instructions, then running this script with runhaskell BuildFromSource.hs master. Be aware that this is all the actively developed branches, so things may be in an intermediate state.

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

clone https://github.com/elm-lang/elm-lang.org.git
lm-lang.org
checkout master
l sandbox init --sandbox ../.cabal-sandbox
l install --only-dependencies
l configure
l build
st/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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.