Here's the updated README file template with the correct license information:
Welcome to the InTelleX website repository. This project is built using Next.js 14 and aims to provide a comprehensive platform for students to enroll in various courses, earn certifications, and participate in mentorship programs.
- Project Overview
- Features
- Getting Started
- Installation
- Running the Development Server
- Building for Production
- Deployment
- Contributing
- License
InTelleX is an educational platform offering diverse courses and mentorship programs. The website is designed to be user-friendly, providing easy access to course materials, enrollment options, and community resources.
- Course Enrollment: Register for courses in various fields taught by experts.
- Certification: Earn certifications recognized by over 15,000 companies worldwide.
- Mentorship Programs: Participate in specialized training programs in web development, graphics design, and forex trading.
- Community Access: Join our WhatsApp group for discussions and updates.
To get a local copy up and running, follow these simple steps.
- Node.js (v16 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/intellex-website.git cd intellex-website
-
Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To create an optimized production build, run:
npm run build
# or
yarn build
The site can be deployed using platforms like Vercel, Netlify, or any other hosting service that supports Next.js applications.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE
for more information.
For more details about the InTelleX community and offerings, feel free to contact us or join our WhatsApp group.
This README now reflects the use of the Apache License 2.0. Make sure to include the `LICENSE` file in your repository with the full text of the Apache License.