This repo contains a Docsify.js site that's hosted via GitHub Pages over at https://iver-wharf.github.io/.
-
Install Node.js: https://nodejs.org/en/download/
-
Install Docsify.js dependencies using NPM:
npm install
-
Start Docsify's local server (that supports hot-reloading!)
npm start
-
Visit http://localhost:3000
make deps # download linting dependencies
make lint
make lint-md # only lint Markdown files
Some errors can be fixed automatically. Keep in mind that this updates the files in place.
make lint-fix
make lint-fix-md # only lint and fix Markdown files
Maintained by Iver. Licensed under the MIT license.