No description
- JavaScript 48.4%
- TypeScript 25.3%
- Astro 21.5%
- MDX 2.5%
- CSS 2.1%
- Other 0.2%
| .astro | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test.html | ||
| tsconfig.json | ||
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
- Clone the repository:
git clone https://github.com/BaggelMC/baggel-site.git
cd baggel-site
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser at http://localhost:4321 (Astro will show the exact URL in the terminal).
📝 Available Scripts
npm run dev– Start the dev servernpm run build– Build the site for production (static files indist/)npm run preview– Preview production build locally