Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 884 Bytes

GPT-Role

Welcome to GPT-Role, a game where you and an AI will create a story together.

Public access

  • A demo of the project can be found here.

Development Instructions

Prerequisites

  • Ensure Docker is installed and running.

Execution

All commands must be executed from the project root directory

  1. Build and start the application: With Docker running, execute the program by using:

    docker compose down && docker compose build && docker compose up -d
  2. View logs:

    docker compose logs streamlit -f

Note: The commands can be executed at the same time by using: docker compose down; docker compose build; docker compose up -d; docker compose logs streamlit -f

Access