Update README.md to include note about CI/CD
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 12m12s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 12m12s
This commit is contained in:
@@ -42,14 +42,14 @@ This website was built primarily with the following technologies:
|
|||||||
|
|
||||||
1. Install prerequisites (Node.js)
|
1. Install prerequisites (Node.js)
|
||||||
2. Run `npm install`
|
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
|
## 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.
|
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
|
## Show your support
|
||||||
|
|
||||||
You sharing my website is all the support I need.
|
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!
|
||||||
|
|||||||
Reference in New Issue
Block a user