Features
- update naming conventions: Adds some small (opinionated) naming convention changes.
- All web components must be placed in a
src/components/islands
directory - All web component files must be PascalCase (i.e.
CounterButton.js
) - All static components in the
src/pages
directory can be optionally PascalCase
- All web components must be placed in a