Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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