Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.12 KB

Langue Website Source Build Status

Source code of the Langue poetry festival official website.

This experiment consists of a single page application written in Elm which loads contents from Markdown formatted files.

Build

The compilation involves a Makefile (tested on Debian 9 with GNU make), requires yarn and node. Once you have these tools you can build the project as follows:

  1. clone the project using git clone or download as zip

  2. point your console at the project path (e.g.: cd website-source)

  3. run make

This process should create a directory named deploy containing index.html and all resources needed.

Development environment

Running make dev will start a web server, just point your browser to http://localhost:8000.