From e4f009a4f43a7b2769cf9aac7cad1c947afb9f13 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Tue, 11 Feb 2025 17:32:08 -0500 Subject: [PATCH] chore: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 09e24c8c..dc691aff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Source This branch contains source files for the files in the [main branch](https://github.com/parklab/website/tree/main). + +# Local Deployment +To run locally, from the project's root directory run ```bundle exec jekyll serve```. + +## Development +When developing, use the ```--livereload``` flag to update the local deployment when changes are made to the source files: ```bundle exec jekyll serve --livereload```