Self hosted (Godot Web) game library made with Astro.js https://games.mfgmicha.de
  • PLSQL 97.8%
  • JavaScript 1.5%
  • HTML 0.6%
  • Astro 0.1%
Find a file
2026-08-24 02:06:39 +02:00
.vscode astro init 2026-07-26 14:32:57 +02:00
nginx Create nginx.conf 2026-07-26 15:18:43 +02:00
public feat(game): ninja-ball v0.1.0 2026-08-24 02:06:39 +02:00
src add meta description 2026-07-26 17:07:36 +02:00
.dockerignore Create .dockerignore 2026-07-26 15:18:45 +02:00
.gitignore astro init 2026-07-26 14:32:57 +02:00
AGENTS.md Update AGENTS.md 2026-08-22 10:54:45 +00:00
astro.config.mjs astro init 2026-07-26 14:32:57 +02:00
Dockerfile Create Dockerfile 2026-07-26 15:03:55 +02:00
package-lock.json Create package-lock.json 2026-07-26 14:34:18 +02:00
package.json Update package.json 2026-07-26 14:33:51 +02:00
README.md astro init 2026-07-26 14:32:57 +02:00
tsconfig.json astro init 2026-07-26 14:32:57 +02:00

Gamehub

Self hosted (Godot Web) game library

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.