Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 771 Bytes

File metadata and controls

41 lines (27 loc) · 771 Bytes

[ARCHIVED] New docs are moved to here

trustlines-network clientlib react-docs

Repository of the documentation page of the trustlines-network clientlib JavaScript library. It uses react-docs to render the documentation of the TypeScript project trustlines-network/clientlib.

Install Dependencies

yarn install

Run dev server

yarn dev

Build

yarn build

Clean

yarn clean

Lint

yarn lint

Deploy to gh-pages

yarn deploy