2018-website 2018-devdayar Development # install dependencies npm install # run project locally npm run start-dev Deployment npm run build-prod git add -A git commit -m "My awesome commit" git push origin master npm run deploy Licence MIT