Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 885 Bytes

BRC Gateway Website

This repo contains the Gatsby based website for the BRC Gateway.

Access Gatsby's default starter readme here.

Requirements

Node is required.

If using MacOS you can use Homebrew to install Node.

brew install node

Gatsby CLI is required.

npm install -g gatsby-cli

Installation

Install

npm install

Develop

Use gatsby develop to work locally on the website. It will serve the site and provide hot reloading so that you do not need to refresh the page to see updates.

Build

Use gatsby build to build the production version of the website. It will create and be located in /public. You shouldn't ever need to go in there and make edits. After you build use gatsby serve to view the production website in your browser.