This site extends the LitElement JS starter.
Uses open-wc's es-dev-server for previewing the project without additional build steps.
npm run serve
See dev page at http://localhost:8000/dev/index.html.
Uses the eleventy static site generator and the templates and pages in /docs-src
to generate the actual website. The site is generated to /docs
and intended to be checked in so that GitHub pages can serve the site.
To build the site, run:
npm run docs
To serve the site locally, run:
npm run docs:serve
To watch the site files, and re-build automatically, run:
npm run docs:watch