Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-corps/code-corps-ember
Ember web application for Code Corps.
https://github.com/code-corps/code-corps-ember
ember
Last synced: 7 days ago
JSON representation
Ember web application for Code Corps.
- Host: GitHub
- URL: https://github.com/code-corps/code-corps-ember
- Owner: code-corps
- License: mit
- Created: 2015-06-23T00:18:45.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-02T16:02:09.000Z (over 4 years ago)
- Last Synced: 2025-01-02T20:16:51.516Z (22 days ago)
- Topics: ember
- Language: JavaScript
- Homepage: https://www.codecorps.org
- Size: 18.8 MB
- Stars: 123
- Watchers: 18
- Forks: 78
- Open Issues: 206
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![Code Corps Ember Logo](docs/assets/code-corps-ember.png)
[![CircleCI](https://circleci.com/gh/code-corps/code-corps-ember.svg?style=shield)](https://circleci.com/gh/code-corps/code-corps-ember) [![devDependency Status](https://david-dm.org/code-corps/code-corps-ember/dev-status.svg)](https://david-dm.org/code-corps/code-corps-ember#info=devDependencies) [![Inline docs](http://inch-ci.org/github/code-corps/code-corps-ember.svg?branch=develop&style=shields)](http://inch-ci.org/github/code-corps/code-corps-ember) [![Coverage Status](https://coveralls.io/repos/github/code-corps/code-corps-ember/badge.svg)](https://coveralls.io/github/code-corps/code-corps-ember)
[![Slack Status](http://slack.codecorps.org/badge.svg)](http://slack.codecorps.org)---
This is the [Ember](http://emberjs.com) web application for [codecorps.org](https://codecorps.org)
Code Corps is an open source platform for building and funding public software with massive social impact.
Our goals:
- **Connect people** - Match developers and designers, project managers and marketers – any and every talent – to ambitious projects that need their help.
- **Provide support** - Educate and train, develop and encourage people who build public software. Help projects be successful and people to do their best work.
- **Fund projects** - Crowdfund ongoing work and keep funders engaged in projects and connected to the teams they're supporting.
- **Develop new tools** - Help people collaborate on, organize, and even distribute their work. Listen closely to hear what needs built, and then build it.## How can I help?
We'd love to have you contribute to Code Corps directly!
- First, read the guidelines in our [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).
- Then [look at our current projects](https://github.com/code-corps/code-corps-ember/projects?query=sort%3Acreated-asc) to find something that interests you.Have questions? Need help? You can also always come :wave: hello [in our Slack](http://slack.codecorps.org), where there are always a ton of us around to help you learn, debug, or just shoot the breeze.
We highlight everyone who's contributed to [the Code Corps team page](https://www.codecorps.org/team). If we've missed you for some reason, please [open an issue in the Ember app](https://github.com/code-corps/code-corps-ember/issues/new)!
## Installing
To learn more about getting started with the codebase, [follow this guide.](docs/INSTALLING.md)
## Usage
Have everything installed and ready to work? Read [our usage guides](docs/USAGE.md) to learn how to:
- [How do I interact with the app?](docs/USAGE.md#interacting-with-the-app)
- [How do I stop and start the server?](docs/USAGE.md#stopping-and-starting-the-server)
- [How do I run tests?](docs/USAGE.md#running-tests)
- [How do I rebuild Ember?](docs/USAGE.md#rebuilding-ember)
- [How do I generate and serve documentation?](docs/USAGE.md#generating-documentation)## Documentation
We have several types of docs:
- Project documentation (README, CONTRIBUTING, etc.)
- Inline documentation for the Ember app generated by [YUIdoc](https://yui.github.io/yuidoc)## Things we care about
Our values for this project reflect the Code Corps values as a whole, though with some minor differences.
We care about:
- Each other :raised_hands:
- Social impact :earth_africa:
- Good documentation :memo:
- Testing :microscope:
- Welcoming and teaching new contributors :wave:
- Writing small, clear, and achievable issues :dart:We also track quantifiable metrics like inline documentation coverage, testing coverage, and so on. You can see some of these metrics in the icons at the top of this page.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)