Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 557 Bytes

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