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