Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.55 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.55 KB

Gatsby Starter

GitHub last commit GitHub repo size GitHub Workflow Status

The PixelsMatter Gatsby Starter. Includes Preact, SCSS using a variant of 7-1 architecture, BEM, perfect Lighthouse scores, offline support, Google Analytics, sitemaps & plenty more good stuff!

Project Status: On Hold

Deployment: N/A

Requirements

Installation

Run the following from the project root directory:

  1. npm i
  2. gatsby develop (Local) or gatsby build && gatsby serve (Production)
  3. Visit relevant URL specified in the Environments section

Scripts

Command Description
build Builds the site for production
develop Starts the local development server
start Starts the local development server
format Formats code using Prettier
serve Serves the production build
clean Clears the .cache and public directories

Environments

Name URL
Local http://localhost:8000
Staging N/A
Production N/A