The website for these documents is available online at i3x.dev/docs.
This content is built using Docusaurus, a modern static website generator.
Clone this repo.
git clone https://github.com/cesmii/i3x-sdk-docs.git
Install the Node dependencies:
npm install
Build the docs:
npm run build
Start the server with the built docs:
npm run start