- Clone the repo and cd into the directory
- Install NodeJS and NPM
- Install hexo:
npm install hexo -g - Install bower:
npm install bower -g - Install package contents:
npm i - Install package contents:
bower i
- Run
hexo server - Visit the website at
http://localhost:4000