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
Run the following from the project root directory:
npm i
gatsby develop
(Local) orgatsby build && gatsby serve
(Production)- Visit relevant URL specified in the Environments section
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 |
Name | URL |
---|---|
Local | http://localhost:8000 |
Staging | N/A |
Production | N/A |