0.0.2 • Published 6 years ago

dideryjs_test v0.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

.. contents::

Overview

dideryJS is a Javascript client library for distributed didery servers.

Installation

To download dideryJS run the following command in the terminal: :: $ git clone git clone https://github.com/reputage/didery.js.git After downloading the repository install the project dependencies by running this command in the terminal: :: $ npm install Finally, compile the main Javascript file by running either: :: $ npm run dev for development, or: :: $ npm run build for production.