# 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: * haunt * guile The easiest way to do this is to use [guix](https://gnu.org/software/guix) and install the necessary components in a temporary environment: ```bash guix environment --ad-hoc guile haunt ``` ### Testing locally To test the website, build it with: ```bash haunt build ``` This can take quite a lot of time because it needs to build a lot data. Then run a server with: ```bash haunt serve ``` You can now connect to localhost to view the website.