1.0.5 • Published 2 years ago

fzydocuo v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Installation

Download the Docuo CLI

npm i -g @spreading/docuo

Development

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