docoru
v0.1.28
Published
For building your docs:
Readme
Getting Started
For building your docs:
npx docoru buildTo start simple http server:
npx http-server ./build --hostname 0.0.0.0 --port 3000Development
Prepare
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install 18
nvm use 18Run
npm run dev