Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 741 Bytes

advancing-foundation-archives

The main web presence for the Advancing Foundation Archives community. This site is implemented as a Jekyll static site.

Running the site locally

Download the repository to your local machine using git:

  git clone https://github.com/RockefellerArchiveCenter/advancing-foundation-archives.git

Move into the main directory of the repository

  cd advancing-foundation-archives

Install dependencies

  bundle install

Run the development server

  bundle exec jekyll serve

You'll see some messages appear, and should be able to view the site in a web browser at http://localhost:4000/

License

Site code released under an MIT license.