Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 752 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 752 Bytes

🛠 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.