Added readme.

This commit is contained in:
Andrew Lalis 2024-09-02 18:52:22 -04:00
parent 0d0b97f691
commit 88c8e07758
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -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.