This is a custom template for the Ember Blog designed to work with empress-blog.
For more information about empress-blog read the empress-blog documentation but if you want to get started straight away, try the quick start below.
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above
# 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 to see the blog in action.
See the Contributing guide for details.
This project is licensed under the MIT License.