To run the site locally:
To run the site locally:
1) Navigate to project folder
2) (Optional) Install dependencies if needed: bundle install
3) Start local server: bundle exec jekyll serve
4) Check for server address and open in browser
If not working, check Ruby version:
ruby -v should be 3.3.0
If something breaks:
Try bundle update or bundle install