Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 304 Bytes

Steps-to-deploy.md

File metadata and controls

25 lines (13 loc) · 304 Bytes

Steps to push to deployment

  • git clone

  • cd chandrikadeb7.github.io

  • source ~/.nvm/nvm.sh

  • nvm install node (version 16)

  • npm install -g yarn

  • yarn

  • npm install -g gatsby-cli

  • npm install

  • git add .

  • git commit -am "changes"

  • gatsby build

  • npm run deploy