Skip to content

A who done it game, based on the date night box game, Presume Nothing.

License

Notifications You must be signed in to change notification settings

modnar1226/suspect-everyone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tested on node.js version 12.18.3 and npm version 6.14.6.

  1. clone the repository.

git clone https://github.com/modnar1226/suspect-everyone.git

Or download the package zip file

https://github.com/modnar1226/suspect-everyone/archive/suspect-everyone.zip

Then unzip

Or download the tar file

https://github.com/modnar1226/suspect-everyone/archive/suspect-everyone.tar.gz

Then extract

  1. Next move to the suspect-everyone directory.

cd suspect-everyone

  1. Install dependencies.

npm install

  1. Then start a server on port 3000.

npm run dev