view docs/DEVELOPMENT.md @ 2240:c3cc21dee75d

client: pdf-gen add multi-language font * Add use of three LinBiolinum fonts from libertine-fonts.org. See the header of font-linbiolinum.js how I've prepared them for jsPDF. There certainly is a better way to load these files. * Adapted pdf layout slightly to accomodate for the font now used.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 13 Feb 2019 15:14:53 +0100
parents 9d6ba97a31d2
children b195bc79e3e8
line wrap: on
line source

# Development

## Backend

You need a working [Go](https://golang.org/dl) build environment (1.10+).

* Install dependencies

    `sh 3rdpartylibs`

* Build

    Prerequesite: compile server
    ```
    cd cmd/gemma/
    go build
    cd ../../
    ```

* Run
    Run server with  `./cmd/gemma/gemma`

## Client

See [client/README](../client/README.md) for details.