Basically wrote the whole thing.

This commit is contained in:
Aodhan
2025-06-25 04:21:13 +01:00
parent 1ff4a6f6d7
commit c5391a957d
216 changed files with 168676 additions and 1303 deletions

View File

@@ -2,5 +2,12 @@
"dependencies": {
"framer-motion": "^12.18.1",
"lucide-react": "^0.519.0"
},
"devDependencies": {
"sass": "^1.77.5"
},
"scripts": {
"build-css": "sass scss/main.scss styles.css --no-source-map",
"watch-css": "npm run build-css -- --watch"
}
}