Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaxgeller/open-ipsum-ui
- Owner: jaxgeller
- Created: 2015-10-14T20:39:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T18:29:31.000Z (almost 9 years ago)
- Last Synced: 2023-09-19T18:47:06.279Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://openipsum.com
- Size: 328 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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).