Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 706 Bytes

AADHum

This repository contains a Gatsby site for the AADHum Project hosted at the Maryland Institute for Technology in the Humanities.

Develop

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/

Deploy

The site is hosted on Netlify currently at:

https://aadhum.netlify.com/

When you push changes to GitHub Netlify will automatically deploy the site.