Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
/ djali-client Public archive

A web client that interfaces with the Djali network

License

Notifications You must be signed in to change notification settings

sianlasaga/djali-client

Repository files navigation

Djali Client

banner

This repository contains the client to be used with Djali-Go and Djali-Services.

Building

Run npm run build to build the client. This will output the build files on ./build.

Running

You need to run djali-go and djali-services prior to this.

Run npm run serve. This will host the client on port 3000.

Advanced

For users who want to host their Djali instance remotely, see Advanced Installation Instructions

Tests

Unit tests: npm run react-test. UI tests: npm run cypress:open.