Skip to content

kelvah/xai-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trusty AI PoC

This project is a PoC for the Audit section of a XAI service

Install dependencies

To install dependencies you need to have npm (or yarn) installed globally and run in the terminal:

npm install

Run the project

Compile and run the project in development mode with:

npm run start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

The project connects to APIs at localhost:4000. While the APIs are still not ready, you can run the following command in a different terminal tab to run a mocked api server:

npm run mock-api

Build the project

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Notes

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published