Source of blog.aneeshmg.com
Have gatsby installed globally - npm install -g gatsby-cli
Steps to develop & deploy:
- Clone
npm install --legacy-peer-deps
npm start
ornpm serve
- Make changes
- commit
npm run build
- Followed by
./prepare.sh
- commit as 'build - < commit message >'
- push