No description
- HTML 76.7%
- JavaScript 11.3%
- Astro 5.4%
- TypeScript 4.3%
- CSS 1.7%
- Other 0.6%
| .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