davexunit / ocapn.org

Website for the OCapN Group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# OCapN Website

## Build

To build you need guix, ensure you have the git submodules pulled

``` sh
$ git submodule init
$ git submodule update
```

Then to build the website, enter the guix shell and run `make`
``` sh
$ guix shell --container -m manifest.scm
$ make
```

to build the site, the result will be in the `site` directory.

About

Website for the OCapN Group


Languages

Language:Scheme 90.5%Language:CSS 7.8%Language:Makefile 1.7%