Yesterday is history

There is no royal road to learning.

Enrich your life today

Stay Hungry, Stay Foolish.

Tomorrow is mystery

Zero in your target, and go for it.

Just do it

# clone repo
git clone https://github.com/jianhaihao/jianhaihao.github.io.git
# checkout develop branch
git checkout -b develop origin/develop
# install dependences
npm install
# run dev
npm run docs:dev
# run build
npm run docs:build