Home Projects Pasakorius DM About

How to Run This Project Locally

Follow these steps to set up your environment and run the project.

1. Install Prerequisites via Terminal

Step 1: Install Homebrew

If you don’t have Homebrew installed, run this command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Step 2. Install Jekyll

The site is built with Jekyll, a static site generator written in Ruby.

If you have Homebrew installed:

brew install jekyll

Option B: Using RubyGems

If you have Ruby installed:

gem install jekyll bundler

3. Run the Project

  1. Navigate to the project folder:
    cd /path/to/shurgu.net
    
  2. Start the local server:
    jekyll serve
    
  3. Open your browser and go to: http://localhost:4000

That’s it! The site uses standard CSS, so no build steps are required.