-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs(demo/readme): add a readme file for demo app #70
base: master
Are you sure you want to change the base?
Conversation
- a register.config.ts in src/app | ||
- a login.config.ts in src/app |
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.
we shouldn't provide paths and file names, it may change
|
||
#### Link Styled Components | ||
|
||
This page doesn't use any UI library. |
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.
one could argue styled-components IS a UI library
I think we should not be that specific about what's in there, probably a better approach would be to add some contextual info in the demo app code itself - some description on every pages would do the trick and we would change it when developing |
The demo app could be documented in order for people using it to understand why and how to use it
Description
Created a easy to grasp README file
Types of changes
Checklist
Closes #66