1
0

first commit

This commit is contained in:
2026-04-18 22:04:54 +02:00
commit 46256b764b
16 changed files with 3862 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "front-page",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "7.0.1",
"astro": "5.13.5"
}
}