Tested on node.js version 12.18.3 and npm version 6.14.6.
- 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
- Next move to the suspect-everyone directory.
cd suspect-everyone
- Install dependencies.
npm install
- Then start a server on port 3000.
npm run dev