Add make to build dictionaries

Julien LepillerWed Apr 17 11:29:09+0200 2019

07cd3b0

nani/website
namelast commitdate
.gitignoreAdd make to build dictionariesWed Apr 17 11:29:09+0200 2019
COPYINGAdd licenseThu Apr 11 23:50:22+0200 2019
MakefileAdd make to build dictionariesWed Apr 17 11:29:09+0200 2019
README.mdUpdate README.mdThu Apr 11 23:45:54+0200 2019
modules/Compress tags.Wed Apr 17 11:12:15+0200 2019
tools/Add make to build dictionariesWed Apr 17 11:29:09+0200 2019

README.md

nani.framagit.io

This repository contains the code for the website of the Nani project. It uses haunt to build a static website and some guile code to generate dictionaries and downloadable content for the project.

Building and testing

Dependencies

To build the website, you will need the following software:

The easiest way to do this is to use guix and install the necessary components in a temporary environment:

guix environment --ad-hoc guile haunt

Testing locally

To test the website, build it with:

haunt build

This can take quite a lot of time because it needs to build a lot data.

Then run a server with:

haunt serve

You can now connect to localhost to view the website.