No description
  • JavaScript 48.4%
  • TypeScript 25.3%
  • Astro 21.5%
  • MDX 2.5%
  • CSS 2.1%
  • Other 0.2%
Find a file
2026-09-13 19:44:52 +02:00
.astro Sprite Support (No tool yet) 2026-09-06 21:31:35 +02:00
public Syntax highlighting (Not complete. Wrapping Drift) 2026-09-13 10:11:25 +02:00
src Fix highlighting issues 2026-09-13 19:44:52 +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