# ZBlog ## Getting Started 1. Clone the repository. 1. Install node 20. 1. Install all npmjs packages `npm run install --workspaces` 1. Build all workspaces `npm run build --workspaces` 1. Generate site `npm run generate-blog` 1. Start dev server `npm run dev`