Skip to content

React front-end for Jarvis AI.

Notifications You must be signed in to change notification settings

nrccua/jarvis-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

React front-end for Jarvis AI.

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 98.2%
  • Other 1.8%