- Install Docker and Docker Compose.
- Export environment variable,
OPENAI_API_KEY
, containing a Chat GPT 3.5 API key. - Run
docker compose up --build
. - Open
http://localhost:3000/
. - Login with username and password; both initially set to
admin
. - Press the AI button on TinyMCE’s toolbar and enter a prompt like Suggest an inspiring quote by an astronaut..
- Replace the editor content with the suggested quote and style it as desired.
- Press the Save button on TinyMCE’s toolbar.
- Press the Logout button.
- Admire the new message of the day.
See docs/docs.md.