Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scotchester/jellybeans
- Owner: Scotchester
- License: mit
- Created: 2016-03-07T22:21:05.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-03-31T23:25:36.000Z (9 months ago)
- Last Synced: 2024-10-11T14:08:23.223Z (3 months ago)
- Topics: blog, jekyll, reviews, website
- Language: CSS
- Homepage: http://jellybeans.lol
- Size: 20.5 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.