Skip to content

WestPeakResearch/WestPeakWebsite

Repository files navigation

WestPeak Research Association Website

Requirements

  • Node.js
  • Gatsby

How to Run Locally

First install all dependencies.

npm install --force

Export the Google Analytics tracking ID

export GA_TRACKING_ID="."

Then, run the development server.

gatsby develop

Now you can access the site at localhost:8000.