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

Latest commit

 

History

History
25 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 603 Bytes

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.