Change directory into the repository.
To download all required dependencies execute
npm install
.
Then to run the webpage locally execute
npm start
,
and the webpage can be previewed at localhost:3000.
Change directory into the repository.
Execute
npm run deploy
.