Files
blog/readme.md
2024-04-27 14:44:59 +02:00

250 B

ZBlog

Getting Started

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