https://github.com/ember-learn/empress-blog-ember-template
The Ember-Ghost template for the Ember Blog
https://github.com/ember-learn/empress-blog-ember-template
ember emberjs empress-blog hacktoberfest
Last synced: 8 months ago
JSON representation
The Ember-Ghost template for the Ember Blog
- Host: GitHub
- URL: https://github.com/ember-learn/empress-blog-ember-template
- Owner: ember-learn
- License: mit
- Created: 2018-11-06T16:39:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T21:41:37.000Z (over 1 year ago)
- Last Synced: 2025-01-31T04:25:50.054Z (over 1 year ago)
- Topics: ember, emberjs, empress-blog, hacktoberfest
- Language: JavaScript
- Homepage: https://empress-blog-ember-template.netlify.com
- Size: 13.9 MB
- Stars: 4
- Watchers: 8
- Forks: 14
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
empress-blog-ember-template
==============================================================================
This is a custom template for the [Ember Blog](https://blog.emberjs.com) designed to work with [empress-blog](https://github.com/empress/empress-blog).
For more information about empress-blog [read the empress-blog
documentation](https://github.com/empress/empress-blog/blob/master/README.md) but if you want to
get started straight away, try the quick start below.
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above
Quick Start
------------------------------------------------------------------------------
```sh
# if you don't have ember-cli installed already
npm install -g ember-cli
ember new super-blog
cd super-blog
ember install empress-blog empress-blog-ember-template
```
It will ask you if you want to update the `index.html` file and you should say yes 👍
If you want to see the blog system running on your local machine just run `npm start` and you will
be able to navigate to [http://localhost:4200](http://localhost:4200) to see the blog in action.
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).