Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 741 Bytes

Integritee Dashboard

Install Locally

The codebase is installed using git and yarn. Make sure you have installed yarn globally prior to installing it within the subdirectories. For the most recent version and how to install yarn, please refer to Yarn documentation and installation guides.

# Clone the repository
git clone https://github.com/integritee-network/dashboard.git
cd dashboard
yarn install

Usage

You can start the template in development mode to connect to a locally running node

yarn start

You can also build the app in production mode,

yarn build

and open build/index.html in your favorite browser.