Skip to content

shleewhite/shleewhite.github.io

Repository files navigation

shleewhite.com

This site extends the LitElement JS starter.

Dev Server

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.

Static Site

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published