From 8c4e10524ee4438d5805437df84011ddc45dceee Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 7 Aug 2025 21:33:00 +0100 Subject: [PATCH] fix: Changed readme to test gpg key --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b5ddc9..f920544 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Welcome +# Welcome This site contains information relating to my personal situation, however, you are able to clone this project and change the `me.json` file to update this as required. @@ -26,6 +26,7 @@ Get starting but installing all of the dependencies of the project. ```bash npm install + ``` Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: @@ -33,12 +34,14 @@ Once you've created a project and installed dependencies with `npm install` (or ```bash npm run dev + ``` ```bash # or start the server and open the app in a new browser tab npm run dev -- --open + ``` ## Building @@ -49,6 +52,7 @@ To create a production version of the app: npm run build + ``` You can preview the production build with `npm run preview`.