Skip to content

TinydustDevelopers/docs.tinydust.cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Clone the repo

git clone https://github.com/tiny-dust/docs.tinydust.cn.git
cd docs.tinydust.cn/

Install dependencies using npm

npm install

or if you are in China Mainland, you'd better use cnpm

sudo npm install -g cnpm
cnpm install

Here we go

npm start