https://github.com/mattrothenberg/prototyping-playbook
A winner's guide to prototyping in the browser
https://github.com/mattrothenberg/prototyping-playbook
design javascript prototyping react vuejs
Last synced: about 1 year ago
JSON representation
A winner's guide to prototyping in the browser
- Host: GitHub
- URL: https://github.com/mattrothenberg/prototyping-playbook
- Owner: mattrothenberg
- License: mit
- Created: 2017-05-05T01:36:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T19:22:25.000Z (about 9 years ago)
- Last Synced: 2025-04-06T13:22:10.988Z (about 1 year ago)
- Topics: design, javascript, prototyping, react, vuejs
- Language: CSS
- Homepage: https://mattrothenberg.github.io/prototyping-playbook/
- Size: 1.76 MB
- Stars: 27
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Prototyping Playbook
https://mattrothenberg.github.io/prototyping-playbook/
A collection of short tutorials (or “plays”) geared towards designers who are interested in using the browser for their design and prototyping needs.
## Installation
Clone the repo and install the required Jekyll dependencies
```
bundle install
```
## Local Development
Spin up the web server locally by running `jekyll serve`. You can access the website locally at http://localhost:4000/prototyping-playbook/
## Collaboration
Prototyping Playbook is meant to be open and collaborative. If you'd like to see a play added, feel free to open an Issue. Feel like writing a play yourself? Even better! Send a PR and I'll work with you on getting it ready for prime time.
## Support
If you're stuck or have any questions, don't hesitate to open an Issue or contact me directly on Twitter [@mattrothenberg](https://twitter.com/mattrothenberg)