Clone repository
git clone https://github.com/6G-SANDBOX/docs.git
Install bun
curl -fsSL https://bun.sh/install | bash
Access to docs repository
cd <docsPath>
Install libraries
bun install
Start server
bun dev
Docusaurus 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.