OpenEugene / OpenEugeneFestivalWeb

The Web site for the Open Eugene Festival
MIT License
3 stars 2 forks source link

OpenEugeneFestivalWeb

This is an attempt at utilizing Gatsby, a React.js static site generator.

This site will be following the layout of [mozillafestival.org] and design styles from the Gatsby Get up and Running Tutorial

Getting Started

To get started, clone and...

npm install
npm gatsby develop

Deploy

The site is hosted by Github Pages at https://eugtech.github.io/OpenEugeneFestivalWeb/

The gh-pages package is installed, so to deploy new changes, simply:

npm run deploy