After cloning the repository, install dependencies:
$ npm installRun a development server with live-reloading at http://localhost:3000:
$ npm startOptions:
# PORT: Listen port
# SRV_ENV: Server config
$ PORT=8080 SRV_ENV=kubernetes npm startBuild the project and start the server at http://localhost:3000:
$ SRV_ENV=kubernetes npm run deploy
# OR
$ SRV_ENV=kubernetes npm run build
$ SRV_ENV=kubernetes npm run server