You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@julianguyen I will have a look tomorrow on the PR. Thanks for letting me know.
Can you maybe give me an idea of what the goal of #1391 is? Sorry but the description is not very clear to me.
@paschalidi Yeah the goal of this issue is to deploy a static version of the Storybook site (where we house our React components and CSS best practices) on production (at https://www.if-me.org/design).
Description
Currently, our storybook site is only accessible through the local development environment i.e. running
yarn storybook
in the client directory.We want to deploy it to production as well and have it viewable at
https://www.if-me.org/design
.We can do that by exporting Storybook as a static app and pointing the output to the new route.
Ideally, we want to this to happen in the build step in our CircleCI config so that we don't have to commit the output to master.
Do you want to be the assignee to work on this?
🚫 This would be a great issue to work on for folks interested in deploys! I'm happy to help if needed :)
The text was updated successfully, but these errors were encountered: