Skip to content

The LFE Landing Site / Home Page

Notifications You must be signed in to change notification settings

ryugi/lfe.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lfe.io

Repository for the main LFE (Lisp Flavoured Erlang) Language site

Visit lfe.io!

Contributing

Feel free to open a ticket or fork the site and submit a pull request.

Dev Server

If you would like to run the site locally, you may do so with this command:

$ make dev

This will start the site on a local dev server running on port 4000. HTTP log files will be available in ./dev.

If you want to run on a different port, simply set the PORT environment variable to your liking:

$ PORT=5099 make dev

This make target assumes that lfetool has cloned the lfe repository (and compiled it) to ~/.lfe/lfe. If your lfe executable is in a location other than ~/.lfe/lfe/bin, simply export the LFE_BIN_DIR to point to it.

You can also connect to your running server in another terminal using the following make target:

$ make connect

About

The LFE Landing Site / Home Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.2%
  • JavaScript 37.6%
  • HTML 11.2%
  • Other 2.0%