Run the site locally
This project uses Jekyll. To preview the site locally:
- Install dependencies (only needed once, or when
Gemfilechanges):bundle install - Start the local server:
bundle exec jekyll serve - Open the site in your browser:
- Go to
http://localhost:4000
- Go to
- Stop the server:
- In the terminal running the server, press
Ctrl + C.
- In the terminal running the server, press
Quick reminder
- Run from the project root (
matibilkis.github.io). - If something looks cached, try:
bundle exec jekyll serve --livereload