Skip to content

ZarkMedo/blog-daily-onuse

Repository files navigation

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

Releases

No releases published

Packages

No packages published