Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Trade Portal

Qortal Hosting (QDN)

Voting System

AT System

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

qortal_ui_from_source

This is an old revision of the document!


How To Build Qortal UI From Source

Follow the steps below to download, install, build and run Qortal UI locally.

Installation Tools Needed:

Node.js

npm

yarn

Clone The Following Repos:

Dependency Installation and Linking

In qortal-ui-core/, qortal-ui-plugins/, qortal-ui-crypto/ directories, run:

yarn install

yarn link

Finally, in the qortal-ui directory, run:

yarn link qortal-ui-core

yarn link qortal-ui-plugins

yarn link qortal-ui-crypto

Build UI Server and Files

In qortal-ui directory, run:

yarn install

yarn run build

To start the UI Server. In the qortal-ui directory, run:

yarn run server

Run UI using electron

yarn run start-electron

qortal_ui_from_source.1599381877.txt.gz · Last modified: 09/06/2020 04:44 by sean_helgeson