Website for the Grace Hoppper Celebration 2023 Open Source Day hackathon
- Install the prerequisites from: https://jekyllrb.com/docs/#prerequisites
 - To run the site locally:
 
bundle exec jekyll serve==Note==
- When using the latest versions of ruby that are installed with homebrew, note that webrick is not included by default as explained in this github issue.
 - To resolve this you may either use ruby 2.7 or manually add webrick using the command below:
 
bundle add webrick- Build before you commit
 
bundle exec jekyll build
git add .
git commit -m "<your message>"- Push your changes to a PR
 
Run the following command from your terminal
docker-compose -f docker/docker-compose.yaml up --buildYou may access the page, locally generated at http://localhost:4000 from your browser.
Please create a PR with as many detail info about your change and screenshots if possible.