Skip to content

serlo/2024-09-22-adaptive-feedback-in-solution-of-a-student

Repository files navigation

This app demonstrates how feedback can be integrated in the solution of a student.

Setup

  1. Clone the repository
  2. Run yarn to install the dependencies
  3. Export OPENAI_API_KEY as a development environment variable (either in your shell or in a .env file)
  4. Run yarn dev to start the development server
  5. Open http://localhost:3000 in your browser