React front-end for Jarvis AI.
docker build -t jarvis-client .
docker run -e JARVISAI_API_HOST=xxxxxxxx -e JARVISAI_API_KEY=xxxxxxxx -p 3000:3000 jarvis-client1. Clone Repo
git clone [email protected]:nrccua/jarvis-client.git2. Install Dependencies
npm i3. 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 dev5. Use It
You should be able to start chatting.