Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.07 KB

Bluewater Retail Landing Page

This website was started using the Gatsby Default Starter

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Prototype

BW Retail Landing Page Prototype

Prerequisite

  • Node
  • Gatsby CLI (globally installed)

Available Scripts

Develop

Start a hot-reloading development environment accessible at localhost:8000

yarn start

Build

Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

yarn build

Serve

Gatsby starts a local HTML server for testing your built site.

yarn serve

Clean

Remove the .cache and public for a scratch compile.

yarn clean

Deployment

All the files are on GitHub and hosted using Netlify with it's CDN and CI so everything committed to master automatically gets deployed live.