Spyfall - Server
A multiplayer social deduction game inspired by Spyfall.
Built with Node and socket.io. Hosted on Netlify & Render.
View the client code here.
Run with Node
Install the Node nodules and start the server
npm i
npm start
Develop locally
npm i
npm run dev
Docker
Run locally
docker-compose up --build
Push image to Docker Hub
docker-compose build
docker image tag online-spy_web verybadfrags/online-spy
docker push verybadfrags/online-spy
Server setup
- Custom server: see server_setup.md