Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.52 KB

README.md

File metadata and controls

60 lines (37 loc) · 2.52 KB

Learing Heaven

It is an educational technology website to enhance student learning and engagement.

Website is live here :

https://learning-heaven.vercel.app/

Table of Contents

Getting Started

Welcome to Learning Heaven. This platform is designed to enhance student learning and engagement by providing a range of educational resources and interactive tools. Whether you're a student, teacher, or educational enthusiast.

To get started, follow these simple steps:

Prerequisites

Before you can run the Chat App with AI, make sure you have the following prerequisites installed on your system:

  1. Node.js and npm: Node.js is a JavaScript runtime environment, and npm (Node Package Manager) is the package manager for Node.js. They are essential for running JavaScript applications like React and installing packages, including React and Tailwind CSS.

    • Node.js: You can download and install Node.js from the official website: https://nodejs.org/. Make sure to install a version that is compatible with your project's requirements.
  2. Visual Studio Code (VS Code) (Optional): While not strictly required, many developers prefer to use VS Code for its robust features, extensions, and integration with JavaScript development.

  3. React: Since your project involves building a chat app with AI, you'll likely be using React as the front-end library. React allows you to build user interfaces efficiently.

    • React: You can create a new React application using the create-react-app tool, which comes with many essential dependencies preconfigured. To install create-react-app, you can use npm:

      npm install -g create-react-app

If you're new to any of these tools or technologies, don't worry; we've provided installation instructions to help you get started.

Installation

Step-by-step instructions on how to install and set up your project. Include any configuration steps if necessary.

# Clone the repository
git clone https://github.com/Monilprajapati/Learning-Heaven.git

# Change directory to your project folder
cd Learning-Heaven

# Install dependencies
npm install

# Start local host
npm run dev