This is the website for ryanscottmurphy.com
This project uses:
- 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