Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 415 Bytes

How to Run the Project

Install Dependencies

  1. pull the submodules
git submodule update --init --recursive
  1. install the dependencies
pnpm install
  1. install hexo cli
pnpm install -g hexo-cli

Devlopment to Run the Project

hexo clean && hexo generate
hexo server

Production to deploy the Project

hexo clean && hexo generate
hexo deploy