The repository is organized as follows:
root/
├── packages/
│ └── nextjs/ # Next.js application
└── README.md # Main repository documentation
- Node.js (v20 or higher recommended)
- npm (v9 or higher recommended)
This project uses npm for dependency management. To add new dependencies, use:
npm install <package-name>
Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes.
- Submit a pull request with a detailed description of your changes.