$ git clone https://github.com/aurora-is-near/doc.aurora.dev.git
$ cd doc.aurora.dev
$ curl -fsSL https://get.pnpm.io/install.sh | sh -
$ pnpm i
$ pnpm start
The docs are automatically built and deployed to doc.aurora.dev with each commit to master
.