This the frontend application for the Noselus.be application
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
- Ember-cli - http://iamstef.net/ember-cli
- Ember.js - http://emberjs.com
- Bower - http://bower.io/
- Compass - http://compass-style.org/
- Twitter bootstrap - http://getbootstrap.com
- Code climate https://codeclimate.com/github/noselusbe/noselus-frontend
- Hubboard https://huboard.com/noselusbe/noselus-frontend
- Travis Ci https://travis-ci.org
- Codeship https://codeship.io
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
More over, if your pull request contains JavaScript patches or features, you must include relevant unit and/or integration tests.
For all roadmaps and project management related stuffs, refer to the github issues and Milestones https://huboard.com/noselusbe/noselus-frontend/
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Contributing Guidelines.
We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Noselus-frontend code.
Search for existing issues. Try not to duplicate issues. Moreover, the issue may have already been resolved with a fix available. Create an isolated and reproducible test case. Be sure the problem exists in Noselus-frontend code with a reduced test case that should be included in each bug report.
Share as much information as possible. Include operating system and version, browser and version. Also include steps to reproduce the bug.
- CSS changes must be done in .scss files first, never just the compiled .css files.
- Try not to pollute your pull request with unintended changes -- keep them simple and small
- Try to share which browsers your code has been tested in before submitting a pull request
- Build must pass all test (try to run "ember test") or check on travis