https://github.com/melsumner/three-nine-zero
app for working on accessible Ember that uses Ember v.3.9.0
https://github.com/melsumner/three-nine-zero
Last synced: 3 months ago
JSON representation
app for working on accessible Ember that uses Ember v.3.9.0
- Host: GitHub
- URL: https://github.com/melsumner/three-nine-zero
- Owner: MelSumner
- Created: 2019-04-16T15:55:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T21:13:24.000Z (about 7 years ago)
- Last Synced: 2024-10-03T12:26:39.299Z (over 1 year ago)
- Language: HTML
- Homepage: https://three-nine-zero.netlify.com/
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-nine-zero
This app is being used to figure out how we make the router in Ember apps accessible, and may change based on the research being carried out in the [Accessible Router Experimentations](https://github.com/MelSumner/ember-a11y-roadmap/blob/master/rfc-research/router/ideas-and-experiments.md).
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)
## Installation
* `git clone ` this repository
* `cd three-nine-zero`
* `npm install`
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://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/)