@litcrits/web-components
v0.5.3
Published
lit crits web components
Downloads
3
Readme
Lit Crits Web Components
Link
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:
- Fork the repository.
- Commit changes to a branch within the fork.
- Start a pull request in GitHub with a description of the fix.