From 180c62a39b87a813c5622785af60236fdf6d7825 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Tue, 20 Feb 2024 11:25:44 +0000 Subject: [PATCH] Add deploy notes. --- README.md | 20 ++++++++++++++++++++ personal-site/src/app/app.component.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea07d8e..07ac000 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # personal-site-frontend +Set up npm and install packages: + +```sh +cd personal-site +npm install +``` + +Serve by installing angular-cli and doing: + +```sh +cd personal-site +ng serve +``` + +Deploy with: + +```sh +ng build --output-path $BACKEND_STATIC_DIR --output-hashing none +``` + diff --git a/personal-site/src/app/app.component.html b/personal-site/src/app/app.component.html index e9bbc51..e9215d7 100644 --- a/personal-site/src/app/app.component.html +++ b/personal-site/src/app/app.component.html @@ -1,7 +1,7 @@

Welcome to {{ title }}

-

It's a basic Angular app

+

🚧 It's currently getting a facelift 🚧