Skip to content

ryanscottmurphy/ryanscottmurphy.github.io

Repository files navigation

ryanscottmurphy.github.io

This is the website for ryanscottmurphy.com

Dependencies

This project uses:

Installation

  • Install Bundler and Jekyll using gem install bundler jekyll
  • cd into your project directory
  • Run nvm use to ensure you're on the correct version of node
  • Install node packages by running npm install
  • Run bundle install to install Jekyll dependencies
  • Run the project by running npm run start