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