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

https://github.com/compwright/richardjosephbarber.com


https://github.com/compwright/richardjosephbarber.com

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Archetype

This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.2.60.

Archetype original README is located [here](./README.theme.md).

The content of this site is managed by Forestry. Visit [https://forestry.io](https://forestry.io) to manage site content.

# Running Your Site Locally

1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)

1. Install Jekyll and Bundler

gem install jekyll bundler

1. Install dependencies from Gemfile:

bundle install

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

bundle exec jekyll serve

1. Browse to [http://localhost:4000](http://localhost:4000)