view README.md @ 168:e4e4a0e6338e

docs: Added a developer documentation Developer documentation was added. At present the rationale for why we chose vue-gettext is documented. Alongside comes the explanation of how to use it and what quirks vue-gettext has.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 12:38:11 +0200
parents 9a5bbe9c593c
children cd6ad5eaef8d
line wrap: on
line source

## Backend

In Go.

* Install dependencies

    `sh 3rdpartylibs`

* Build

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

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


## Client

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