Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 641 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 641 Bytes

Jarvis Client

React front-end for Jarvis AI.

Building Locally

docker build -t jarvis-client .
docker run -e JARVISAI_API_HOST=xxxxxxxx -e JARVISAI_API_KEY=xxxxxxxx -p 3000:3000 jarvis-client

Running Locally

1. Clone Repo

git clone [email protected]:nrccua/jarvis-client.git

2. Install Dependencies

npm i

3. Provide API Credentials

Create a .env.local file in the root of the repo with your API credentials:

JARVISAI_API_HOST=<API_HOST_HERE>
JARVISAI_API_KEY=<KEY_HERE>

4. Run App

npm run dev

5. Use It

You should be able to start chatting.