Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaxgeller/open-ipsum-ui

Open Ipsum UI
https://github.com/jaxgeller/open-ipsum-ui

Last synced: 16 days ago
JSON representation

Open Ipsum UI

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/jaxgeller/open-ipsum-ui.svg?branch=master)](https://travis-ci.org/jaxgeller/open-ipsum-ui)

# Open-ipsum-ui

UI for [openipsum.com](https://openipsum.com).

See the backend API [here](https://github.com/jaxgeller/open-ipsum-api), it's a public API!

## Contributing

If you find any bugs or would like to ask for features, please open an issue.

Otherwise details for running this application can be found below.

### Prerequisites

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

### Installation

* `git clone https://github.com/jaxgeller/open-ipsum-ui` this repository
* change into the new directory
* `npm install`
* `bower install`

### Running / Development

* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).