Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watsonbox/limitedrun-themekit
Toolkit for developing Limited Run themes locally (http://www.limitedrun.com/)
https://github.com/watsonbox/limitedrun-themekit
Last synced: about 19 hours ago
JSON representation
Toolkit for developing Limited Run themes locally (http://www.limitedrun.com/)
- Host: GitHub
- URL: https://github.com/watsonbox/limitedrun-themekit
- Owner: watsonbox
- License: mit
- Created: 2014-09-08T21:11:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T15:25:00.000Z (about 10 years ago)
- Last Synced: 2023-03-12T08:34:37.786Z (over 1 year ago)
- Language: CSS
- Size: 160 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# limitedrun-themekit
[![Build Status](http://img.shields.io/travis/watsonbox/limitedrun-themekit.svg?style=flat)](https://travis-ci.org/watsonbox/limitedrun-themekit)
Toolkit for developing [Limited Run](http://www.limitedrun.com/) themes locally. Because Limited Run themes are made up of [liquid](http://liquidmarkup.org/) templates, they can't easily be worked on offline. This gem renders the templates locally using mock data to speed up development.
Extracted from my [telescope-pinna](https://github.com/watsonbox/telescope-pinna) theme for [Pinna Records](http://www.pinnarecords.com/).
At the moment this is a work in progress but should be fairly extensible. Please open a pull request if you add functionality.
## Installation
$ gem install limitedrun-themekit
## Usage
Get hold of a responsive theme from Limited Run (export from the admin interface), and add a `store.json` to its root. See [store.json](https://github.com/watsonbox/limitedrun-themekit/blob/master/spec/assets/skeleton-theme/store.json) for an example as used in the specs.
Alternatively, clone [one of my themes](https://github.com/watsonbox/telescope-pinna) as a test.
$ limitedrun-themekit
This command fires up Sinatra on http://localhost:4567/ with a preview of the site.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request# Todo
* Implement pagination
* Add more specs
* Static site generation