Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-learn/ember-website
The emberjs.com website.
https://github.com/ember-learn/ember-website
ember emberjs hacktoberfest
Last synced: 3 days ago
JSON representation
The emberjs.com website.
- Host: GitHub
- URL: https://github.com/ember-learn/ember-website
- Owner: ember-learn
- License: mit
- Created: 2018-05-28T10:55:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T22:19:01.000Z (2 months ago)
- Last Synced: 2024-12-15T05:06:10.003Z (10 days ago)
- Topics: ember, emberjs, hacktoberfest
- Language: JavaScript
- Homepage: https://emberjs.com/
- Size: 62.6 MB
- Stars: 87
- Watchers: 20
- Forks: 187
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/ember-website/workflows/CI/badge.svg)](https://github.com/ember-learn/ember-website/actions?query=workflow%3ACI)
[![This project uses Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Ember/Ember-Website)# ember-website
This project contains the current emberjs.com website, using server-side rendering techniques to generate a static website.
Components come from [ember-styleguide](https://github.com/ember-learn/ember-styleguide).## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd ember-website`
* `npm install`## Running / Development
* `npm start`
* 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
* `npm test`
* `npm test --server`### Linting
* `npm run lint`
* `npm run lint:fix`### Building
* `npm run build` (production)
### Deploying
The app is continuously deployed to Netlify when a pull request is merged and passes continuous integration.
## 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/)## Sponsors
![Bugsnag](./bugsnag_logo_navy.svg)
[Bugsnag](https://bugsnag.com) helps us monitor the website's stability.