Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blimpio/built-with-ember
- Owner: blimpio
- License: mit
- Created: 2014-07-24T20:13:48.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-04-12T05:23:42.000Z (over 1 year ago)
- Last Synced: 2024-03-26T11:50:24.369Z (7 months ago)
- Topics: ember, javascript
- Language: HTML
- Homepage: builtwithember.io
- Size: 26.6 MB
- Stars: 37
- Watchers: 7
- Forks: 82
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```