An open API service indexing awesome lists of open source software.

https://github.com/willeppy/willeppy.github.io

Personal Website
https://github.com/willeppy/willeppy.github.io

css html5 portfolio-website web

Last synced: 9 months ago
JSON representation

Personal Website

Awesome Lists containing this project

README

          

# Personal Website for Will Epperson

## Install
First time running ruby or jekyll on mac requires separate ruby install from built in version. If not done correctly can lead to permission write errors. See [this SO post](https://stackoverflow.com/questions/51126403/you-dont-have-write-permissions-for-the-library-ruby-gems-2-3-0-directory-ma) about getting Ruby and bundler set up.

To install packages for this project run:
```bash
bundle install
```

## Run
```bash
chruby 3.1.0 # switch to user ruby
bundle exec jekyll serve
```