cr4f73d Github Pages website
https://github.com/creationix/nvm
Install node 10.7
nvm install 10.7 && nvm use 10.7Resolve dependencies
yarnStart webpack-dev-server
yarn startHere 👻 🙃
Also should include content form https://crftd.github.io/
Code style check runs on every commit. Tagged commits will trigger deployment to https://crftd.github.io/cr4f73d/
🚀 Use npm versoins command to manage versions
🚀 Follow semver
This will update version in package.json and create commit named as venison number:
npm version patchPush tagged commit:
git push --follow-tags