Skip to content

cdtinney/aerotrike-aviation

Repository files navigation

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

About

Small business website, built with Gatsby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published