From 88c8e07758b99bc27dc2361617b76a2488e3fa78 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Mon, 2 Sep 2024 18:52:22 -0400 Subject: [PATCH] Added readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ceb31b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Homepage + +This is the repository containing the source code for my homepage on the web. +Within the `app/` directory, you'll find the Vue web-app project source files +and generally the full content of the website. + +## Deploying + +To deploy, simply execute `./upload.sh` from the repository's root directory. +It'll build the web-app, and copy the files to the remote server.