https://github.com/ember-learn/ember-website
The emberjs.com website.
https://github.com/ember-learn/ember-website
ember emberjs hacktoberfest
Last synced: about 1 year 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T07:21:08.000Z (about 1 year ago)
- Last Synced: 2025-05-01T08:24:32.896Z (about 1 year ago)
- Topics: ember, emberjs, hacktoberfest
- Language: JavaScript
- Homepage: https://emberjs.com/
- Size: 63.8 MB
- Stars: 92
- Watchers: 19
- Forks: 191
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ember-learn/ember-website/actions?query=workflow%3ACI)
[](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`
* `pnpm install`
## Running / Development
* `pnpm 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
* `pnpm test`
* `pnpm test --server`
### Linting
* `pnpm run lint`
* `pnpm run lint:fix`
### Building
* `pnpm 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](https://bugsnag.com) helps us monitor the website's stability.