From 59fabaf9bbfbc7d1e07e09aa948d442e139e11b7 Mon Sep 17 00:00:00 2001 From: VDawg Date: Tue, 14 Nov 2023 15:54:56 +0100 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f09f955..f491178 100755 --- a/README.md +++ b/README.md @@ -10,14 +10,15 @@ Feel free ## Requirements -`pnpm` for package management. +- `pnpm` for the package management. +- `imagemagick` to generate blurred background images. ## Development - `pnpm dev` To start the dev server -- `pnpm build` To build the static site +- `pnpm build` To build the static site into `./build` ## Credits -[VDawg](https://github.com/Visual-Dawg) - for the updated site and design -[System-x64](https://github.com/System-x64) - for the original site code +- [VDawg](https://github.com/Visual-Dawg) - for the new site and design. +- [System-x64](https://github.com/System-x64) - for the original site code