Project restructuring

Moving all website resources into `/src/` so separate metadata files
and build artifacts from core project files.
This commit is contained in:
April Eaton 2025-12-18 12:24:05 +01:00
parent cdd0359501
commit 3a8c31de81
22 changed files with 33 additions and 0 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"uglify-js": "^3.19.3"
}
}