v0.0.1
Simple party game written in Go, HTML, CSS and TypeScript (svelte-kit).
# 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
To change configuration options open the docker-compose.yml
file and edit them there.
The default login is admin and the password is kcolrehs
Distributed under the MIT License. See LICENSE for more information.