@litcrits/web-components

lit crits web components

Usage no npm install needed!

<script type="module">
  import litcritsWebComponents from 'https://cdn.skypack.dev/@litcrits/web-components';
</script>

README

Lit Crits Web Components

Link

Link to site

Installing

This project uses npm and node to install dependencies.

How to do this is not described here because it depends on your operating system among other things.

yarn install

Starting

The app runs Webpack in the background.

Simply run the folling to start the app at localhost:3883

yarn start

Contributing

Contributors to this project should:

  1. Fork the repository.
  2. Commit changes to a branch within the fork.
  3. Start a pull request in GitHub with a description of the fix.