Skip to content

VeryBadFrags/spyfall-server

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spyfall - Server

License: MIT

A multiplayer social deduction game inspired by Spyfall.

Built with Node and socket.io. Hosted on Netlify & Render.

View the client code here.

▶️ Play the game

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