This project works in tandem with the llm_visualization repo. First get that running, then proceed!
- Run
npm install - Create
.envin the root of the project (same level as package.json) and add values to it.
REACT_APP_POST_ENDPOINTis the POST endpoint from the llm_visualization api
REACT_APP_POST_ENDPOINT=http://localhost:8000/
npm run start