This is the repository for my personal playground website.
To run this Jekyll site locally, you need to have Ruby and Bundler installed.
-
Install dependencies
bundle install
-
Run the local server
bundle exec jekyll serve -
View the site Open your browser and navigate to http://localhost:4000.
Note: This README file is excluded from the Jekyll build process.