0.1.28 • Published 3 months ago

docoru v0.1.28

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

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