Restructured toolchain to its own workspace

This commit is contained in:
2024-01-28 20:34:07 +01:00
parent d333ed98af
commit 502946376f
23 changed files with 312 additions and 196 deletions

10
readme.md Normal file
View File

@@ -0,0 +1,10 @@
# 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`