XcmSend / docusaurus

0 stars 0 forks source link

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Images/Assets

heres one way to successfully add images...

<img src={require('@site/static/img/webhookEndpoint.png').default}  width="500"/>