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
You 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 -- 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.