Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 2.95 KB

README.md

File metadata and controls

100 lines (67 loc) · 2.95 KB

Here's the updated README file template with the correct license information:

InTelleX Website

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.

Table of Contents

Project Overview

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.

Features

  • 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.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/intellex-website.git
    cd intellex-website
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Development Server

To start the development server, run:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To create an optimized production build, run:

npm run build
# or
yarn build

Deployment

The site can be deployed using platforms like Vercel, Netlify, or any other hosting service that supports Next.js applications.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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.