personal-site/README.md

23 lines
271 B
Markdown
Raw Normal View History

2024-02-05 16:55:33 +00:00
# personal-site-frontend
2024-02-20 11:25:44 +00:00
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
```