/st-lotus

Website for St Lotus Vintage Rotisserie Draft

Primary LanguageJavaScript

St Lotus

A static site to provide links to the St Lotus history and content

Requirements

You will need npm installed.

Starting

Run the following to build the files in ./src. This will watch the development files and automatically rebuild when needed.

npm start

To actually build the deployment package:

npm run build

Developing

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Releasing

The application is hosted on github so pushing to the gh-pages branch deploys whatever has been built.