No description
Find a file
2024-04-09 08:27:27 +01:00
personal-site Add some top-nav notes. 2024-04-09 08:27:27 +01:00
.gitignore Add some angular boilerplate. 2024-02-05 17:36:27 +00:00
LICENSE Initial commit 2024-02-05 16:55:33 +00:00
package-lock.json Init angular. 2024-02-05 17:16:34 +00:00
package.json Init angular. 2024-02-05 17:16:34 +00:00
README.md Add deploy notes. 2024-02-20 11:25:44 +00:00

personal-site-frontend

Set up npm and install packages:

cd personal-site
npm install

Serve by installing angular-cli and doing:

cd personal-site
ng serve

Deploy with:

ng build --output-path $BACKEND_STATIC_DIR --output-hashing none