Skip to content

aaronlifton3/elm-lang.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-lang.org

All source files used to create elm-lang.org, the home-page of the Elm programming language.

Structure

  • public/ -- all of the .elm files used for the site. This makes up the majority of client-side code.
  • server/ -- the Haskell files responsible for serving everything from .elm files to images.
  • resources/ -- the various resources needed for Elm.

Set up

Follow these steps to get this all running on your local machine:

Unix / Mac
  • Fork or download this project.
  • Run bash compile.sh. This will compile the server.
  • Run ./Server to start the server.
Windows
  • Fork or download this project.
  • Run compile.bat. This will compile the server and start it on your machine.

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

About

The full source for [elm-lang.org](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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors