Repo to house the assets for HammerQA's website.
This project uses Gatsby/React
To get this project running you'll have to:
npm install
to get the proper dependencies installed.npm run develop
in the directory you cloned the repo to to start the development server.localhost:8000
In order to run this project you'll need to install:
npm install
from project directory in terminalnpm run develop
to run the development environment.