- Myisha Kinberg (Back-End Engineer)
- Katrina Hirsch (Front-End Engineer)
- Alejandro Meillon (UX Designer)
An e-commerce site created by Myisha Kinberg and Katrina Hirsch to sell t-shirts created by ThinkShout and p:ear designers.
You will need the following things properly installed on your computer:
gem install jekyll bundlergit clone https://github.com/thinkshout/pearcd pearbundle installbundle exec jekyll serve
If you get a Ruby version error message, you may need to run:
rbenv install 2.3.0rbenv local 2.3.0
export PATH="$HOME/.rbenv/bin:$PATH"eval "$(rbenv init -)"bundle exec jekyll serve- Visit the website at http://127.0.0.1:4000/
- Managed using the s3_website gem.
- To deploy, run
rake publish. - You must have an S3 key and Secret available in your environment variables with access to the give.thinkshout.com bucket.
There are no known bugs at this time. To report a bug, please visit the Github Issues page for this repository.
Please send any questions or concerns to myisha@thinkshout.com or katrina@thinkshout.com.
- HTML
- CSS / Sass
- Bootstrap
- JavaScript
- jQuery
- Liquid
- Shopify Storefront (API Plugin)
Copyright © 2017 ThinkShout
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.