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