This repository contains the client to be used with Djali-Go and Djali-Services.
Run npm run build
to build the client. This will output the build files on ./build
.
You need to run
djali-go
anddjali-services
prior to this.
Run npm run serve
.
This will host the client on port 3000
.
For users who want to host their Djali instance remotely, see Advanced Installation Instructions
Unit tests: npm run react-test
.
UI tests: npm run cypress:open
.