The source of the nostr game engine website.
It runs on a custom static site generator built around concepts similar to 11ty webc.
Components are created in src/component and include with in the pages created under src/ or in other components.
$$tagname$$
is replace with the argument's value in components
is replaced with the children passed to the component
npm i
npm run serve
npm i
npm run build