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 devYou can also avoid installing dependencies locally using a docker container:
docker run --rm -it -v "$PWD:/app" -w /app oven/bun -- install
docker run --rm -it -v "$PWD:/app" -w /app -p 3000:3000 oven/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.