UNPKG

376 BMarkdownView Raw
1This is part of the **Rakía** Bitcoin Machine platform.
2
3# lamassu-server
4
5[![Build Status](https://travis-ci.org/lamassu/lamassu-server.svg?branch=master)](https://travis-ci.org/lamassu/lamassu-server)
6
7Lamassu remote server.
8
9## Installation
10
11```sh
12git clone git@github.com:lamassu/lamassu-server.git
13cd lamassu-server
14npm install
15```
16
17## Running
18```sh
19node lib/app.js
20```