This repository contains UI web components for the URnetwork project, built using Lit and React.
components/ - Contains reusable web components built with Lit.
react/ - Contains React wrappers for the web components.
Create a new component in the components/ directory.
To see it, place the new component in the index.html file.
Run npm run dev to start the development server.