Install the dependancies$ npm iRun a local server with hot reloadingnpm run devserverLocal development buildnpm run buildOutput is in build/Production buildNODE_ENV=production npm run buildOutput is in build-production/DeploymentTo deploy on Github Pages:npm run deploy