This app demonstrates how feedback can be integrated in the solution of a student.
- Clone the repository
- Run
yarn
to install the dependencies - Export OPENAI_API_KEY as a development environment variable (either in your
shell or in a
.env
file) - Run
yarn dev
to start the development server - Open
http://localhost:3000
in your browser