Installation
To get this documentation site up and running on your local machine, follow these steps.
Prerequisites
You need to have Node.js and npm (or yarn) installed.
Steps
Clone the repository:
TIP
bashgit clone https://github.com/cloudbypriyank/DocuFlow cd DocuFlowInstall dependencies:
Open your terminal in the project root and run:
TIP
bashnpm installOr if you are using yarn:
bashyarn installRun the development server:
To start the local development server, run the following command:
TIP
bashnpm run docs:devThis will start a hot-reloading development server, and you can view your documentation at
http://localhost:5173.