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

https://github.com/thatrobotdev/jameskerrane.com

My personal website!
https://github.com/thatrobotdev/jameskerrane.com

Last synced: 3 days ago
JSON representation

My personal website!

Awesome Lists containing this project

README

          

# [www.jameskerrane.com](https://www.jameskerrane.com)

My personal website!

## Running Locally

This site is built with [Jekyll](https://jekyllrb.com/docs/).

1. [Install Jekyll prerequisites](https://jekyllrb.com/docs/installation/).

2. Install the bundler [gem](https://jekyllrb.com/docs/ruby-101/#gems).

```sh
gem install bundler
```

3. Install the bundled gems (matches the versions GitHub Pages uses).

```sh
bundle install
```

4. Build the site and make it available on a local server.

```sh
bundle exec jekyll serve
```