π Digital version of my resume on nyasha-nziramasanga-v2.netlify.app π
# Start server on http://localhost:3000/
$ npm i
$ npm start
Currently Netlify handles automated deployment everytime there is a commit on the master
branch, bash script below can also be used.
# Run build script for deployment
$ npm run build
# Deploy to netlify if not setup
$ npm install netlify-cli -g
$ netlify deploy