- Download Not Sans JP Regular and Bold from https://fonts.google.com/noto/specimen/Noto+Sans+JP into the repo root
- install npm, go, podman/docker, podman-compose/docker-compose
make gui
make moderator
- update
gui/.env
if you want to allow remote access to themoderator
fromgui
javascript
- mongodb
cd docker
podman-compose up
- web app
make run
- your app will run at
http://localhost
- mongo express runs at
http://localhost:8081
- At the end of conversation, the history is saved as
$email.gob
in the current directory - When you resume the conversation as the same email, it'll be used
- If it becomes big or fails for some reason, please delete the
$email.gob
and refresh the client browser to start a new conversation w/o a history