Skip to content

julienchauveau/khadas_docs

 
 

Repository files navigation

Khadas documentation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.4%
  • JavaScript 37.9%
  • Shell 1.9%
  • HTML 0.8%