With Spreadshirt you bring your T-Shirt ideas to live. You can open you own shop or publish your custom T-Shirt creations on the marketplace. But, what if you want more, like embedding the HTML5 T-Shirt designer in your own web page?
See http://spreadshirt.github.io/apps for documentation.
Requirements:
- nodejs
- jekyll
- Fork the repo
- Execute
npm install
to install dependencies npm install -g grunt-cli
to install grunt command line interface- run
jekyll serve --watch
to deliver the page at http://localhost:4000 - run
grunt
for watching css changes
After you finished your work run grunt build
and pull request the changes.