Remove angular

This commit is contained in:
James Grogan 2024-05-12 11:44:40 +01:00
parent 4cff040117
commit 022ee6ba3a
34 changed files with 34 additions and 17293 deletions

View file

@ -1,22 +1,11 @@
# personal-site-frontend
# Personal Website Front-End
Set up npm and install packages:
Requires the `tsc` typescript compiler.
To build do:
```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
tsc
```
in this directory.