A simple, multiplayer game built with the full-stack Jamstack.
- PostgreSQL (I recommend Postgres.app on Mac)
- A free Ably account.
- An Ably API key.
- Create a GitHub OAuth app. You'll need the private key and secret to enable GitHub authentication.
- You'll also need to install the Emoji Battle timer server locally.
- Clone the repository.
yarn
oryarn install
.- Copy
.env.example
to.env
and fill in the values.
In one terminal window, start the client:
yarn dev
In another, start the timer server:
yarn start:dev
Visit http://localhost:3000
to play on your local machine 🎉. Happy battling!
Reach out to me on Twitter: @mcavaliere.
Built by Mike Cavaliere (@mcavaliere)