Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MC-World-Compressor/Frontend/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have the following installed:- Node.js: Version 18.x or higher (recommended: 20.x or 24.x)
- npm: Version 9.x or higher (comes with Node.js)
- Git: For cloning the repository
Clone the Repository
First, clone the MC World Compressor Frontend repository:Install Dependencies
Install the project dependencies using your preferred package manager:- Next.js (v16.x) - The React framework
- React (v19.x) - UI library
- TailwindCSS (v4.x) - Utility-first CSS framework
- next-sitemap - Sitemap generation
Project Structure
The project follows the Next.js App Router structure:The project uses the App Router (app directory) instead of the Pages Router, which is Next.js 13+ convention.
Path Aliases
The project uses path aliases for cleaner imports. The@ alias maps to the root directory:
jsconfig.json.
Next Steps
Now that you have the project set up, you can:- Configure environment variables
- Run the development server
- Start building and testing features
