Add deploy notes.

This commit is contained in:
jgrogan 2024-02-20 11:25:44 +00:00
parent 06bfd92647
commit 180c62a39b
2 changed files with 21 additions and 1 deletions

View file

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