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