A small business website.
This website is built with:
- GatsbyJS - Static website generation using React
- GitHub Pages
Development is done on the develop
branch.
- All commits to
develop
are automatically deployed. - Development should be done on branches sourced from
develop
, NOTmaster
.
Deployment (i.e. build output) is found on master
.
- This is because GitHub Pages User Pages must be deployed on
master
.
- Node.js - Latest LTS release
First, clone the repository.
To install dependencies:
npm install
To run a development server with live-reload (and linting):
npm run dev
To build the website for production:
npm run build
Build output is located within the public
folder.
UNLICENSED