No description
  • HTML 76.7%
  • JavaScript 11.3%
  • Astro 5.4%
  • TypeScript 4.3%
  • CSS 1.7%
  • Other 0.6%
Find a file
2026-07-30 16:05:07 +02:00
.astro Update draft 2026-07-26 12:08:46 +02:00
public bed tool 2026-06-28 22:16:00 +02:00
src Update rules 2026-07-30 16:05:07 +02:00
.gitignore fix: weird stupid stuff 2025-11-19 20:09:34 +01:00
astro.config.mjs Docs in starlight 2026-06-08 15:00:09 +02:00
package-lock.json bed tool 2026-06-28 22:16:00 +02:00
package.json bed tool 2026-06-28 22:16:00 +02:00
README.md Init 2025-10-19 23:51:45 +02:00
test.html Hover 2026-05-22 16:57:17 +02:00
tsconfig.json Start of tag buttons system 2026-01-16 16:17:00 +01:00

Baggel.de Website

This is the official website for Baggel. Built with Astro, TypeScript, and Tailwind CSS, it is a mostly static site.

🛠 Tech Stack

  • Astro static site generator
  • TypeScript type-safe JavaScript
  • Tailwind CSS utility-first styling

🚀 Getting Started

Prerequisites

  • Node.js v18+
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
git clone https://github.com/BaggelMC/baggel-site.git
cd baggel-site
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser at http://localhost:4321 (Astro will show the exact URL in the terminal).

📝 Available Scripts

  • npm run dev Start the dev server
  • npm run build Build the site for production (static files in dist/)
  • npm run preview Preview production build locally