Publishing
To publish your Web Component we recommend netlify.
- It's free
- It's easy
- It provides previews for every PR
- It supports custom domains
Manual Setup
Head over to netlify and register. Select your github account and repository. If you follow these recommendations all you need to do is
- Build command:
npm run site:build
- Publish directory:
_site
And you're all set up.
Example
The Set-Game Example has the default publishing via storybook on netlify. You can see the finished page here: https://example-set-game-open-wc.netlify.com/.