Initial commit from Astro

This commit is contained in:
Artem VV 2023-05-19 21:15:25 +07:00
commit 38b3006746
13 changed files with 3401 additions and 0 deletions

15
package.json Normal file
View file

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