Killer shrew is not startrek, but it is what got stuck: https://mst3k.fandom.com/wiki/Killer_Shrew_(drink)
This can be either done through storybook yarn storybook
, or as an import to the running web app.
You need to run yarn dev
Then you need to change an override of the importmap to the url: http://localhost:8000/dist/index.system.js
Can see how it works here: https://github.com/joeldenning/import-map-overrides
- Manually bump killer shrew version within
yoda/diwala-web-app/root-config/src/shared-map-deploy/diwala-sharedmap.json
, during deployment diwala machine will bump killer shrew automatically. (No need to bump killer shrew within package.json)"@diwala/killer-shrew": "https://unpkg.com/@diwala/killer-shrew@NEW_VERSION_HERE/dist/index.system.js"
- update your commits, push and voila 🎉🎉🎉🎉🎉
We just need some extra one two three steps for the newly updated configs to get into the pipeline:
- Goto fontello and generate fonts with your newly updated icons and download the full webfont.
- Extract it somewhere, access
fontello.css
file within the downloaded zip and copy the icons mappings intoyoda/killer-shrew/src/assets/icons.css
(Make sure not to replace the whole file. Because paths are different in fontello.css file) - Replace
config.json
file withinyoda/killer-shrew/src/assets
with the newly downloaded one - Replace
fontello.woff
andfontello.eot
files withinyoda/killer-shrew/src/assets/fontello/font
with newly downloaded ones - Reload your build and we're good to go. 🎉 🎉 🎉