This is the official website for Pawn Appétit - The Ultimate Chess Toolkit.
-
Clone the repository:
git clone <repository-url> cd pawn-appetit-website
-
Install dependencies:
npm install # or pnpm install # or yarn install
-
Run the development server:
npm run dev # or pnpm dev # or yarn dev
-
Open http://localhost:3000 in your browser.
npm run build
npm start
For static export (GitHub Pages):
npm run export
├── 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
This website is part of the Pawn Appétit project. Please see the main project's contributing guidelines.
This project is licensed under the GPL-3.0 License - see the main project repository for details.