start coding in astro

This commit is contained in:
Osman Faruk Bayram 2024-10-23 17:54:44 +03:00
parent 5a7edf30bb
commit c8a55018bd
13 changed files with 5570 additions and 20 deletions

15
package.json Normal file
View file

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