Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 467 Bytes

Wallace Ecological Modeling App Webpage

This is the repo for the Wallace Ecological Modeling Application webpage, which is a Github Pages site running Jekyll.

How to do real-time editing of the webpage

In Terminal, run:

bundle exec jekyll serve

and then open your browser and go to the URL that it prints to the console under "Server address". Now, whenever you make changes to the HTML, etc., you can refresh this page to see your changes implemented.