From 7e887f8bb135e875a9749fbdb8f8fb648ea6f2d5 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Wed, 10 Dec 2025 09:05:33 +1030 Subject: [PATCH] Update README.md to include note about CI/CD --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5080520..829f6f0 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ This website was built primarily with the following technologies: 1. Install prerequisites (Node.js) 2. Run `npm install` -3. From the root of the project directory, run `npm run dev` to start the development server which automatically refreshes on content changes +3. From the root of the project directory, run `npm run dev` to start the development server which automatically refreshes on content changes. Visual Studio Code will automatically deploy the development server when it opens. ## Building and Deploying To build, as with most Astro projects, simply run `npm run build`, which currently outputs the built website to the `dist` folder. -Eventually, this website will automatically deploy via my custom-built deployment system and self-hosted server environment (todo!). +Changes made to this repository are automatically deployed via my custom-built CI/CD and self-hosted server environment. ## Show your support You sharing my website is all the support I need. -However, if you'd like to support me in any other way, please feel free to get in touch! +However, if you'd like to support me in any other way or would like to work with me on a project, please feel free to get in touch!