Demo site for Web Awesome components
Building a site to test out the Web Awesome components as they are built by the people that developed Font Awesome.
The site was created using npm create vite@latest with the Vanilla template and Typescript.
Web Awesome - https://backers.webawesome.com/
Web Awesome is currently in an Alpha version and only availble thru CDN while it's being developed.
<link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-alpha.12/dist/styles/themes/default.css" />
<link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-alpha.12/dist/styles/webawesome.css" />
<script type="module" src="https://early.webawesome.com/webawesome@3.0.0-alpha.12/dist/webawesome.loader.js"></script>Pull down the code and then run
cd web-awesome
npm install
npm run dev