Files
blog/readme.md

263 B

ZBlog

Getting Started

  1. Clone the repository.
  2. Install node 20.
  3. Install all npmjs packages npm run install --workspaces
  4. Build all workspaces npm run build --workspaces
  5. Generate site npm run generate-blog
  6. Start dev server npm run dev