This website uses the Lit web components library. No build step necessary!
- Define custom elements in
components/
- Export custom elements in
components/index.js
- Register custom elements
index.js
- Use custom elements in
*.html
- Create a new page by copying an existing
*.html
and modifying - Test the site by running
python3 -m http.server 3000
from this directory and visiting http://localhost:3000