Front-end for online drinking game made with Gatsby, and web sockets.
First checkout the Back-end locally, install node modules and run npm run start
.
Back in this project, copy the .env.example
to a .env
file, and replace the variable GATSBY_API_URL
by the URL where the backend is running in your machine.
Then install node modules and run npm run dev
.