Skip to content

surudhb/surudhb.github.io

Repository files navigation

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Start the development server

    npm start

🐞 Development

  1. Running a local server

    npm run develop
  2. Clearing cache

    npm run clean

🚀 Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

NOTE: Look at package.json for other useful scripts.

Releases

No releases published

Packages

No packages published