lamassu-server/README.md

20 lines
376 B
Markdown

This is part of the **Rakía** Bitcoin Machine platform.
# lamassu-server
[![Build Status](https://travis-ci.org/lamassu/lamassu-server.svg?branch=master)](https://travis-ci.org/lamassu/lamassu-server)
Lamassu remote server.
## Installation
```sh
git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install
```
## Running
```sh
node lib/app.js
```