mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-04-04 15:52:25 +00:00
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/.