Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reneleogp/DUC-API-DOCS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

You're going to need:

  • Node.js

Getting Set Up

  1. Fork this repository on Github.
npm install
npm run build
npm start

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Commands

Compile documentation to static site in ./build:

npm run build

Run a dev server that live-reloads at http://localhost:4567:

npm start

Publish your docs to origin/gh-pages branch:

npm run deploy

Gulp Task

About

📓 Node.js port of lord/slate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 78.7%
  • JavaScript 12.6%
  • SCSS 6.6%
  • Shell 2.1%