Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.11 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.11 KB

aerotrikeaviation.com

A small business website.

Contents

Introduction

This website is built with:

  • GatsbyJS - Static website generation using React
  • GitHub Pages

Developing

Development is done on the develop branch.

  • All commits to develop are automatically deployed.
  • Development should be done on branches sourced from develop, NOT master.

Deployment (i.e. build output) is found on master.

  • This is because GitHub Pages User Pages must be deployed on master.

Requirements

  • Node.js - Latest LTS release

Installing

First, clone the repository.

To install dependencies:

npm install

Running

To run a development server with live-reload (and linting):

npm run dev

Building

To build the website for production:

npm run build

Build output is located within the public folder.

License

UNLICENSED