Wrote an Webserver to spit out a random planet with a go backend and an astro front end

This commit is contained in:
2025-06-01 09:42:00 +02:00
commit 6fede91173
12 changed files with 5140 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "astro-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.1",
"lucide-react": "^0.511.0",
"lucide-static": "^0.511.0"
}
}