Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 315 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 315 Bytes

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