Skip to content

cokejoke/conversation-topic-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversation Topic Generator

v0.0.1

Simple party game written in Go, HTML, CSS and TypeScript (svelte-kit).


Usage

# clone project
git clone https://github.com/cokejoke/conversation-topic-generator
# run production build
$ docker-compose up -d

Other useful commands:
# run production build (with rebuild in case of new changes)
$ docker-compose up -d --build

# view docker logs
$ docker-compose logs -t -f

# close docker process
$ docker-compose down



Configuration

To change configuration options open the docker-compose.yml file and edit them there.



Credentials

The default login is admin and the password is kcolrehs



Licensing

Distributed under the MIT License. See LICENSE for more information.