Initial commit from Astro

This commit is contained in:
houston[bot] 2023-06-24 12:41:25 -04:00 committed by aleidk
commit 79c1ece8c6
13 changed files with 3433 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "personal-page",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.7.0"
}
}