Skip to content
/ try Public

The containerised service, REST API, and website for try.lfe.io (WIP!)

Notifications You must be signed in to change notification settings

lfe/try

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try.lfe.io

Introduction

This project is currently under active development. For more information, see the wiki.

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {try.lfe.io, ".*",
      {git, "[email protected]:lfex/try.lfe.io.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

In a development environment, simply run the dev target:

$ make dev

This will start up YAWS and you'll be able to view the site at http://localhost:5099/

About

The containerised service, REST API, and website for try.lfe.io (WIP!)

Resources

Stars

Watchers

Forks

Releases

No releases published