chore: Add website auto build using github pages

This commit is contained in:
Linnea Gräf
2024-11-17 04:21:10 +01:00
parent 430ef35386
commit 9f7cb2c026
4 changed files with 72 additions and 26 deletions

View File

@@ -1,19 +1,21 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
"packageManager": "pnpm@9.3.0",
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}