Restructured toolchain to its own workspace
This commit is contained in:
10
readme.md
Normal file
10
readme.md
Normal 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`
|
||||
Reference in New Issue
Block a user