Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scotchester/jellybeans

A collection of jelly bean reviews and ratings.
https://github.com/scotchester/jellybeans

blog jekyll reviews website

Last synced: 2 months ago
JSON representation

A collection of jelly bean reviews and ratings.

Awesome Lists containing this project

README

        

# A Boy and His Beans

A simple website cataloguing my reviews of one of my favorite classes of candy:
jelly beans.

View the site at [jellybeans.lol](https://jellybeans.lol)

## To run the site locally

You'll need Jekyll and some related dependencies to run locally.
These can be installed with Bundler by running the following commands
from the root of the project:

```sh
gem install bundler
bundle install
```

Once that's done, to have Jekyll compile the site and start a server, run:

```sh
bundle exec jekyll serve --watch
```

Open it up in your browser:

## License

See [TERMS.md](TERMS.md) for details.