- After pulling this repository, change directory to this folder and enter following command.
npm install
If an error occurs, may mean that npm is not the lastest version or is not installed.
- To execute this website
nodemon
If an error occurs, may mean that nodemon is not installed. To install nodemon,
npm install -g nodemon # Linux
sudo npm install -g nodemon # MacOS