Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.