Project for my personal website built with Gatsby.
Inside project folder:
gatsby develop
// run tests once
npm test
// run tests in watch mode
npm run test:watch
To build project and see it on localhost run both script one at a time
// First run
gatsby build
// After build is done
gatsby serve
Deployment is done automatically with Vercel once we push for master branch
- Replace deprecated react-animation package
- Replace switch package