/ryanscottmurphy.github.io

Personal website www.ryanscottmurphy.com

Primary LanguageCSS

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