Skip to content

Install

niico edited this page Dec 24, 2017 · 2 revisions

Download compiled release

Download latest compiled version from https://github.com/dracoapi/dracowalker/releases.
Then move to configure.

Build from source

This is always up to date.

First install node and typescript. Then:

git clone https://github.com/dracoapi/dracowalker.git
cd dracowalker
npm i
tsc

Update config.yaml file, see in data for an example, then:

node ./bin/app.js

Video

Clone this wiki locally