/kanyui

The user interface of https://github.com/mxdillon/kanyai

Primary LanguageJavaScriptApache License 2.0Apache-2.0

kanyUI

CI-build CD-build

kanyUI is the front-end for kanyAI.

Project is live at https://www.kanyai.com/.
Created by mxdillon & j-penson .

Run locally

npm install
npm start

Docker

  1. Build using the node:9-slim base image and npm run build
  2. Serve using nginx
# Build
docker build -t kanyui .

# Run and serve on localhost:8080
docker run p 8080:8080 kanyui