https://github.com/zzackllack/error-page
"Error Page" is a beautifully designed and responsive error page built with Astro for zacklack.de.
https://github.com/zzackllack/error-page
404 404-page astro error error-handling
Last synced: about 1 year ago
JSON representation
"Error Page" is a beautifully designed and responsive error page built with Astro for zacklack.de.
- Host: GitHub
- URL: https://github.com/zzackllack/error-page
- Owner: Zzackllack
- License: bsd-3-clause
- Created: 2025-04-12T21:14:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T19:56:38.000Z (about 1 year ago)
- Last Synced: 2025-04-26T20:30:01.739Z (about 1 year ago)
- Topics: 404, 404-page, astro, error, error-handling
- Language: Astro
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 **Error Page Project**
Welcome to the **Error Page** for zacklack.de, a beautifully designed and responsive error page built with **Astro**.

## 🌟 **Features**
- **Elegant Design**: A visually stunning error page with a glassmorphism-inspired UI.
- **Responsive Layout**: Fully optimized for desktop and mobile devices.
- **System Status Integration**: Embedded status monitoring powered by Better Stack.
## 🛠️ **Getting Started**
Follow these steps to set up and run the project locally:
### 1️⃣ **Clone the Repository**
```sh
git clone https://github.com/zzackllack/error-page.git
cd error-page
```
### 2️⃣ **Install Dependencies**
```sh
npm install
```
### 3️⃣ **Run the Development Server**
```sh
npm run dev
```
Your site will be live at `http://localhost:4321`.
## 🧞 **Available Commands**
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Builds the production site to `./dist/` |
| `npm run preview` | Previews the production build locally |
| `npm run astro ...` | Runs Astro CLI commands |
| `npm run astro -- --help` | Displays help for Astro CLI |
## 🌐 **Live Demo**
Check out the live demo of the project:
[**Live Demo Link**](https://error.zacklack.de)
## 🛡️ **System Status**
This project integrates with **Better Stack** for real-time system monitoring.

## 📜 **License**
This project is licensed under the [BSD 3-Clause License](./LICENSE).
## 👀 **Learn More**
- [Astro Documentation](https://docs.astro.build)
- [Astro Discord Community](https://astro.build/chat)