jrf-systems / docsify-deploy

A handy documentation deployment tool for Docsify and GitHub
0 stars 0 forks source link
docsify documentation-generator self-hosted

Docsify Deploy

This project is an attempt to create an interface that allows you to quickly deploy documentation sites on Github Pages using docsify.

Docsify Deploy screenshot 1 Clone the project:

git clone https://github.com/RussellWebSystems/docsify-deploy.git

To start the client:

cd docsify-deploy/client
npm install
npm start

To start the server:

cd docsify-deploy/server
npm install
node server.js

And visit port 3000 to view the app.