Key Features • Quickstart • Download • Documentation • Credits • License
This project is bound by a [Code of Conduct][].
Following are the minimum tested versions for the tools and libraries you need for running dICO app:
Nodejs: v10.13.0 or newer
Yarn: v1.9.4 or newer
Npm: v6.3.0 or newer
First, clone the repo via git:
git clone -b master https://github.com/KomodoPlatform/dicoapp-e.git
And install dependencies with yarn.
$ cd dicoapp-e
$ yarn install
Lastly, download the latest version of marketmaker app on https://github.com/artemii235/SuperNET/releases and and save it at app/bin/marketmaker
folder.
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
You can download the latest installable version of dICO app for Windows, macOS and Linux.
See also the list of contributors who participated in this project.
This project is licensed under the MIT license, Copyright (c) 2018 Komodo. For more information see LICENSE.md
.