fzydocuo
v1.0.5
Published
Download the Docuo CLI
Readme
Installation
Download the Docuo CLI
npm i -g @spreading/docuoDevelopment
docuo dev
Run this command at the root of your Docuo project to preview changes locally.
Custom Ports
Docuo uses port 3000 by default. You can use the --port flag to customize the port. For example, use this command to run in port 3333:
docuo dev --port 3333