Write docs in gitHub flavored markdown.
-
Install dependencies:
$ npm install; -
Setting project config
config.json:{ // markdown docs directory "source": "./content", // html docs directory "destination": "./pages", // github account "github": { "username": "", "password": "" } } -
Build docs:
$ ./frozen build; -
Run server:
$ ./frozen server;
set server port:
$ ./frozen server --port 8080
Frozen-docs uses the MIT License, see our LICENSE file.