This repository contains a Gatsby site for the AADHum Project hosted at the Maryland Institute for Technology in the Humanities.
You will need to install Node and Git before you can develop the AADHum website. Once you've installed Node follow these steps.
git clone https://github.com/umd-mith/aadhum
cd aadhum
npm install
npm run start
open http://localhost:8000/
The site is hosted on Netlify currently at:
When you push changes to GitHub Netlify will automatically deploy the site.