webc-astro-demo

This is a small demo showcasing the use of webc inside astro.

Check out the deployed version at: webc-astro-demo.netlify.app

Code

All the important code lives inside src/webc.

The Webc.astro component contains all the logic to detect, compile and render webc files.

Running locally

npm i
npm run dev