Taure / try

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, "git@github.com: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!)


Languages

Language:Erlang 29.4%Language:HTML 22.7%Language:JavaScript 19.6%Language:Makefile 14.8%Language:CSS 13.5%