Browse Source
Feature/add Storybook link to development guide (#4448)
* Add Storybook
pull/4460/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
DEVELOPMENT.md
|
@ -60,6 +60,10 @@ Remove permission in `UserService` using `without()` |
|
|
|
|
|
|
|
|
Use `@if (user?.settings?.isExperimentalFeatures) {}` in HTML template |
|
|
Use `@if (user?.settings?.isExperimentalFeatures) {}` in HTML template |
|
|
|
|
|
|
|
|
|
|
|
## Component Library (_Storybook_) |
|
|
|
|
|
|
|
|
|
|
|
https://ghostfol.io/development/storybook |
|
|
|
|
|
|
|
|
## Git |
|
|
## Git |
|
|
|
|
|
|
|
|
### Rebase |
|
|
### Rebase |
|
|