Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/designdemo
A project file to easily create demo apps for exploring design and experiences, while gathering feedback.
https://github.com/ericlewis/designdemo
Last synced: about 1 month ago
JSON representation
A project file to easily create demo apps for exploring design and experiences, while gathering feedback.
- Host: GitHub
- URL: https://github.com/ericlewis/designdemo
- Owner: ericlewis
- Created: 2014-06-06T17:03:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T17:12:36.000Z (over 10 years ago)
- Last Synced: 2024-10-16T11:52:48.448Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DesignDemo
==========A project file to easily create demo apps for exploring design and experiences, while gathering feedback.
## Installation
In order to build and run DesignDemo, you must install first project dependencies via **CocoaPods**. To do so:
```
$ gem install cocoapods # If necessary
$ cd DesignDemo
$ pod install
```after you have completed this, you must update the 'FeedbackToken' in the info.plist file with your own from instabug.com
## Use
TODO