-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 First implementation of the website with Ember.js #175
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Congratulations ! It's a great start !
You even tried Ember Octane before me 😆!
|
||
{{outlet}} | ||
</article> | ||
</main> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a missing new line ;)
.catch((err) => { | ||
console.error(err) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this.loading = false
in catch
part ?
Bonjour, J'adore ce que vous faites. Bonne journée. |
I implemented a naive version of the gitmoji-changelog website.
To test it locally you must first start the server:
Then start the Ember.js app:
cd src/packages/gitmoji-changelog-website yarn start
This is a first implementation. I need to do a lot of things before publish this website. A code review would be appreciated since I just started developing with Ember.js 🙏