Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 653 Bytes

File metadata and controls

22 lines (20 loc) · 653 Bytes

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.