Skip to content

ChessKitchen/website

Repository files navigation

Pawn Appétit Website

This is the official website for Pawn Appétit - The Ultimate Chess Toolkit.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd pawn-appetit-website
  2. Install dependencies:

    npm install
    # or
    pnpm install
    # or
    yarn install
  3. Run the development server:

    npm run dev
    # or
    pnpm dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser.

Building for Production

npm run build
npm start

For static export (GitHub Pages):

npm run export

Project Structure

├── app/                    # Next.js App Router pages
│   ├── globals.css        # Global styles with Tailwind
│   ├── layout.tsx         # Root layout with theme provider
│   ├── page.tsx          # Homepage
│   ├── features/         # Features page
│   ├── screenshots/      # Screenshots gallery
│   ├── docs/            # Documentation
│   ├── install/         # Installation guides
│   ├── contribute/      # Contribution guidelines
│   └── about/           # About page
├── components/           # Reusable components
│   ├── Header.tsx       # Navigation with theme toggle
│   └── Footer.tsx       # Footer with links
├── public/              # Static assets
└── README.md           # This file

Contributing

This website is part of the Pawn Appétit project. Please see the main project's contributing guidelines.

License

This project is licensed under the GPL-3.0 License - see the main project repository for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published