Contains examples on how you can use the lit-override
package.
Install dependencies:
pnpm i
Install hooks:
pnpm prepare
Commit changes using conventional changelog:
pnpm commit
Run local development server:
pnpm dev
Lint files:
pnpm lint
Compile files and build bundle:
pnpm build
Clean up bundle artifacts:
pnpm clean
Starts the local server that serves the build
output from dist/
folder:
Note: Run pnpm build
first
pnpm preview
MIT