A simple Text Twist clone with currently limited gameplay.
- frontend (managed by travis) runs on github pages
- backend (containerized) is currently not running (needs a host)
- haven't used redux for over a year
- wanted to try travis and docker in a monorepo setup
- wanted to try protobuf
- .. fun?
# install dependencies
yarn
# set mongo env vars (used by docker-compose)
echo -e "MONGO_USERNAME=mongo\nMONGO_PASSWORD=123123\nMONGO_DATABASE=tt" > .env
- docker 18.06.0-ce
- node 10.12.0
- yarn 1.10.1
Tools are required, versions aren't
# frontend
cd client && yarn start
# backend
docker-compose up
text-twister is licensed under the MIT license.