Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1005 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 1005 Bytes

When All Things Could Speak...

A prototype digital exhibit created as part of the IDAH Sumemr Incubator program. Under the guidance of Assistant Professor Sarah Martin, we wanted to create an exhibit where we can tell stories and engage with readers/users interactively.

Usage

To run and build the project locally while developing, use the following command in your terminal or command-line

bundle exec jekyll serve

Useful References

Troubleshooting

  • If there are issues building the module, try to find out what package is missing by looking at the output from terminal and add the package in the gemfile under the root directory. Save the file and run the command bundle install on the terminal.