Skip to content

vmporuri/prompt-and-paint

Repository files navigation

Prompt and Paint

GoDoc Go Report Card

A fun new party game: Prompt and Paint!

Installation

Run the app locally with Docker.

  1. Add your secret key and OpenAI API key to secrets.env in the top-level project directory.
KEY="$YOUR_SECRET_KEY"
OPENAI_API_KEY="$YOUR_API_KEY"
  1. Build the Docker image.
docker build -t vmporuri/prompt-and-paint .
  1. Start the application with Docker Compose.
docker compose -f compose.base.yml -f compose.deploy.yml up
  1. Visit URL in browser.
https://localhost:8080

About

A fun new party game: Prompt & Paint!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages