Deploying to Production
摘要
We’ve created components, tested them, hooked them into Storybook, and proven they work in demos – what’s left? Ah yes, the most crucial part: the release process! This is where we push our code out for other developers to use and begin the process of refining and developing them further as time progresses. In this chapter, we’ll cover the release process, including publishing to GitHub, releasing a demo component to npm, and releasing the Storybook instance to Netlify.