Quiplash clone with new features.
- Redis
- Postgresql
createdb quickwits
yarn install
yarn watch
yarn dev
- Check out
localhost:3000/
for the game. - Check out
localhost:4000/graphql
for back-end graphql tests.
Currently runs in development mode. To run in prod, enable https cookies in server/src/index.ts
and change localhost to the domain name of the sever where it'll be hosted at.