Source

Create an Instance for Your Community

This project was created by a handful of developers native to Asheville, NC. The source code is freely available at https://github.com/deldreth/avl-tips.

Included are instructions on how to create your own instance to help support your community.

Embedding the Tip Card

The tip card is publicly accessible via CDN as a web component and can be used on any site. Simply include the following script tags in the head of your page and use the web component <avl-tips></avl-tips>.


<script type="module" src="https://avl.tips/wc/components/components.esm.js"></script>
<script nomodule="" src="https://avl.tips/wc/components/components.js"></script>