This is the repo for the EA Sheffield website.
To build the website locally, run:
bundle exec jekyll serve
If you run into any issues, you may need to run the following first:
gem i bundler first
The website should then be accessible at:
http://localhost:4000/
It will be regenerated every time you save a new change.
Once changes are committed to the master branch, the website will automatically update.