Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

kulla/2024-07-16-slate-with-chatgpt-suggestion-with-next-js

Repository files navigation

ARCHIVED: This feature has been included in a demo branch of the Serlo editor, see serlo/frontend#4064.

2024-07-16-slate-with-chatgpt-suggestion-with-next-js

This is a prototype for demonstrating how ChatGPT can be used to add suggestions in a slate editor.

Local setup

  1. Clone the repository
  2. Run yarn to install the dependencies
  3. Copy .env-template to .env and fill in the required environment variable
  4. Run yarn dev to start the development server
  5. Open http://localhost:3000 in your browser