Requires Anthropic API Key, register for an account and create one here:
- Application requires a .env file in the root dir with REACT_APP_ANTHROPIC_API_KEY="your anthropic API key" for the server to work
- navigate to rood application folder
- run
npm ci
ornpm install
- run 'npm run dev'
- if that fails, open two terminal windows, and run below cmds to init the server and the react front-end
npm run server
npm run start
This project was bootstrapped with Create React App.