shift / khadas_docs

Khadas Documentation.

Home Page:https://docs.khadas.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Khadas documentation

Build Status

Getting started

Install Git:

$ sudo apt-get install git-core

Install Node.js:

$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash

Once nvm is installed, restart the terminal and run the following command to install Node.js:

$ export NVM_DIR="$HOME/.nvm"
$ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
$ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
$ nvm install stable

Install dependencies:

$ git clone https://github.com/khadas/khadas_docs.git
$ cd khadas_docs
$ npm install
$ npm install hexo-cli -g

Generate:

$ hexo generate

Run server:

$ hexo server

About

Khadas Documentation.

https://docs.khadas.com/

License:GNU General Public License v2.0


Languages

Language:CSS 59.4%Language:JavaScript 37.9%Language:Shell 1.9%Language:HTML 0.8%