Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-learn/ember-blog
Ember's official blog
https://github.com/ember-learn/ember-blog
blog ember-times emberjs hacktoberfest
Last synced: about 6 hours ago
JSON representation
Ember's official blog
- Host: GitHub
- URL: https://github.com/ember-learn/ember-blog
- Owner: ember-learn
- License: other
- Created: 2019-03-07T23:47:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T20:30:40.000Z (10 months ago)
- Last Synced: 2024-03-10T19:33:11.714Z (10 months ago)
- Topics: blog, ember-times, emberjs, hacktoberfest
- Language: JavaScript
- Homepage: https://blog.emberjs.com
- Size: 53.7 MB
- Stars: 36
- Watchers: 16
- Forks: 70
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/ember-blog/workflows/CI/badge.svg)](https://github.com/ember-learn/ember-blog/actions?query=workflow%3ACI)
[![Chat with Ember community on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/emberjs)# Ember Blog
This repository contains the blog content for the [Ember.js public website](https://emberjs.com).
Other parts of the public website are separate apps:
- [The Website](https://github.com/ember-learn/ember-website)
- [API Docs](https://github.com/ember-learn/ember-api-docs)
- [Deprecations](https://github.com/ember-learn/deprecation-app)
- [The Guides](https://github.com/ember-learn/guides-source)
- [Builds](https://github.com/ember-learn/builds)
- [Status Board](https://github.com/ember-learn/statusboard)## Contributing
New contributors are welcome! The website is maintained by an all-volunteer team, and we are thankful for your help.
The best way to get started is to find issue labeled "good first issue" or "help wanted." If you have questions or want a buddy to pair with, drop by the [#dev-ember-learning channel](https://discordapp.com/channels/480462759797063690/480777444203429888) on the
[Ember Community Discord](https://discordapp.com/invite/zT3asNS).
Like most open source projects, contributors are encouraged to open an issue
to propose changes and iterate on ideas before investing time in coding.
Some tips for working with git/GitHub can be found in
[Making your first pull request](https://github.com/ember-learn/guides-source/blob/main/CONTRIBUTING.md#making-your-first-pull-request) in the Guides respository.### Contributing troubleshooting
We are using [Alex](https://github.com/wooorm/alex) for insensitive language checking and [markdownlint](https://github.com/DavidAnson/markdownlint). If your CI branch build is failing from these linters, please see [Contributing Guide](https://github.com/ember-learn/ember-blog/blob/main/CONTRIBUTING.md) for more info.
## 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 ember-blog`
* `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`
* `npm run lint: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/)