Clone repository
git clone https://github.com/6G-SANDBOX/docs.gitInstall bun
curl -fsSL https://bun.sh/install | bashAccess to docs repository
cd <docsPath>Install libraries
bun installStart server
bun devDocusaurus provides a workspace online without the need to install any tools.
You can choose between CodeSandbox or StackBlitz. CodeSandbox is recommended.
Select JavaScript in CodeSandbox and log in with GitHub.