Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 408 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 408 Bytes

pgh-events

Gatsby front end for https://pgh.events

Getting Started

  1. Install Gatsby CLI.

    npm install -g gatsby-cli
  2. Clone this repo.

    git clone git@github.com:ericsakmar/pgh-events.git
  3. Install dependencies.

    cd pgh-events
    npm install
  4. Start it up!

    gatsby develop