Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 777 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 777 Bytes

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