You need NodeJS 6.x or newer.
To install all dependencies run:
npm install
To start local server watching for changes run:
cd home
npm start
cd home
npm run deploy
It's a Hexo blog with a custom theme.
To start local server watching for changes run:
cd blog
npm start
It uses Hexo's git deployment feature, see.
Make sure you have access to dokku
user on the destination Dokku server and run:
cd blog
npm run build:prod
npm run deploy