https://github.com/thedumbterminal/thepaintbrush
https://github.com/thedumbterminal/thepaintbrush
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedumbterminal/thepaintbrush
- Owner: thedumbterminal
- Created: 2018-08-11T19:51:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:45:36.000Z (over 1 year ago)
- Last Synced: 2025-06-17T13:08:53.789Z (5 months ago)
- Language: HTML
- Homepage: http://www.thepaintbrush.co.uk/
- Size: 5.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thepaintbrush
## Requirements
* [rbenv](https://github.com/rbenv/rbenv)
* Bundler
## Running locally
* Install ruby: `rbenv install 2.7.2`
* Rehash shims: `rbenv rehash`
* Clone the repo
* Change into the directory
* Install bundler: `gem install bundler`
* Install gems: `bundler install`
* Rehash shims: `rbenv rehash`
* Start the server: `jekyll serve --livereload`
* Then visit:
[http://localhost:4000/](http://localhost:4000/)
## Shop books
To download all the images in the `_data/books.json` and save them locally run:
````
ruby scripts/create_book_images.rb
````