Skip to content

rileytaylor/code-corps-ember

 
 

Repository files navigation

Code Corps Ember

Code Corps Ember Logo

Code Climate CircleCI Dependency Status devDependency Status Slack Status

This Code Corps Ember application powers the front-end website for the Code Corps platform, consuming our Rails JSON API.

Contributing

We'd love to have you contribute to Code Corps directly!

To do so, please read the guidelines in our CONTRIBUTING.md.

Then check out some GitHub issues to see where you can help out.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development (with Rails)

If you're running the Rails API with Docker, then ember-cli-deploy will automatically watch for changes to your file tree and deploy new revisions to your running redis instance. Your API running on http://api.lvh.me will then serve the Ember app's index.html.

Running / Development (without Rails)

If you'd like to run the app without having to set up the server, you can simply hit our remote-development endpoint.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Style Guide

You should refer to our style guide for writing Ember.js, HTML/Handlebars, and SCSS that makes it easier for everyone to work on Code Corps together.

Deploying

The app uses Circle for continuous integration and deploys automatically to a staging server when merging into develop and to production when merging into master.

Documentation

The Code Corps Ember application uses YUIDoc for documentation. When contributing to the documentation please follow the YUIDoc syntax and our style guide for application specific documenation standards.

Generating Documentation

  • npm install -g yuidocjs
  • yuidoc -c yuidoc.json

The documentation will be generated in the /docs folder.

Serving Documentation

  • Generate the docs
  • yuidoc --server [your port of choice]
  • Visit localhost:[your port of choice] in your browser.

Further Reading / Useful Links

About

Ember front-end for Code Corps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 13.7%
  • HTML 8.6%