Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blimpio/built-with-ember

Ambitious web applications built using ember.js.
https://github.com/blimpio/built-with-ember

ember javascript

Last synced: about 7 hours ago
JSON representation

Ambitious web applications built using ember.js.

Awesome Lists containing this project

README

        

# [Built With Ember Website](http://builtwithember.io)

A list of ambitious web applications built using [ember.js](http://emberjs.com/).

This project was inspired by a Google Drive spreadsheet that was shared on Twitter sometime ago. We thought that it might be a good idea to have a site listing all the cool projects built using ember.js so we made it.

### Submissions

We are trying to keep the site submission quality as high as possible. Please only submit real world applications running in production environments. Make sure that you can link to the application directly and no demos or proof-of-concepts. Only finished applications allowed.

### How to submit

To submit a site suggestion, [open an issue](https://github.com/getblimp/built-with-ember/issues/new) or [create a pull request](https://github.com/GetBlimp/built-with-ember). Pull requests will be given higher priority since they are easier to include.

Make sure the screenshot is **1000×800** for desktop apps/websites and **750×1330** for mobile apps/websites and please double check that everything looks good before submitting. It's also a good idea to run the screenshot through an image optimizer like [TinyPNG](https://tinypng.com/) before including it. This will help keep the website fast and the repository small as possible.

### Running the site locally

```
$ gem install jekyll
$ git clone https://github.com/GetBlimp/built-with-ember.git
$ cd built-with-ember
$ bundle exec jekyll serve --watch
```