https://github.com/matsuuu/faction-reputation-monitor
https://github.com/matsuuu/faction-reputation-monitor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matsuuu/faction-reputation-monitor
- Owner: Matsuuu
- License: mit
- Created: 2022-11-01T16:22:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T09:57:44.000Z (over 2 years ago)
- Last Synced: 2025-02-12T03:18:40.902Z (4 months ago)
- Language: JavaScript
- Size: 312 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
## Installation
```bash
npm i faction-reputation-monitor
```## Usage
```html
import 'faction-reputation-monitor/faction-reputation-monitor.js';
```
## Tooling configs
For most of the tools, the configuration is in the `package.json` to minimize the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
## Local Demo with `web-dev-server`
```bash
npm start
```To run a local development server that serves the basic demo located in `demo/index.html`