Skip to content

curtainteddy/server-down-page

Repository files navigation

Peshal's Personal Station

This project is built using Next.js and Tailwind CSS, providing a modern and responsive design.

Project Structure

.eslintrc.json
.gitignore
.next/
app/
components/
hooks/
lib/
public/
styles/
  • app/: Contains the main application files including layout and pages.
  • components/: Reusable UI components.
  • hooks/: Custom React hooks.
  • lib/: Utility functions and libraries.
  • public/: Static assets like images and fonts.
  • styles/: Global and component-specific styles.

Installation

  1. Clone the repository:
git clone https://github.com/curtainteddy/server-down-page.git
cd server-down-page
  1. Install dependencies:
pnpm install

Development

To start the development server, run:

pnpm run dev

This will start the server at http://localhost:3000

Build

To build the project for production, run:

pnpm run build

This will create an optimized build in the .next directory.

Linting

To lint the project, run:

pnpm run lint

About

Server down or maintainance page template for my personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published