https://github.com/billmei/rinse-pricing
Price calculator for Rinse.com
https://github.com/billmei/rinse-pricing
Last synced: 8 months ago
JSON representation
Price calculator for Rinse.com
- Host: GitHub
- URL: https://github.com/billmei/rinse-pricing
- Owner: billmei
- License: mit
- Created: 2015-06-24T21:14:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T04:11:54.000Z (over 8 years ago)
- Last Synced: 2025-01-01T15:26:53.165Z (10 months ago)
- Language: JavaScript
- Homepage: https://billmei.github.io/rinse-pricing/
- Size: 688 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rinse Price Calculator
Estimate prices for the Rinse service. Demo: https://kortaggio.github.io/rinse-pricing
## Installation
Requires [npm](https://www.npmjs.com/), [bower](http://bower.io/), and [grunt](http://gruntjs.com/).
git clone https://github.com/Kortaggio/rinse-pricing.git
cd rinse-pricing
npm install
bower install
grunt dev
## Run locally
(and watch filesystem for changes)
grunt run
## Compile for production
grunt ship
Production files will be in the `dist` directory. Push to `gh-pages` using
git subtree push --prefix dist origin gh-pages