Welcome to our Learning Platform, which utilizes Virtual Reality (VR) and Machine Learning (ML) technologies to provide an immersive and personalized learning experience. At leARn, we are revolutionizing education through the power of augmented reality by making education more engaging, interactive, and accessible, we are contributing to the overall goal of ensuring inclusive and equitable quality education for all.
-
Clone the repository to your local machine and get into directory.
git clone https://github.com/gamandeepsingh/learn cd leARn
-
Install the required packages.
npm install
-
Start the development server.
npm start
-
Open the project in your browser at http://localhost:3000 to view your project.
-
Create your React components and add your styles using Tailwind CSS classes. You can also create new CSS files and import them into your components.
-
The project is set up to use
postcss-cli
to process your CSS files. You can add your owntailwind.config.js
file to customize your Tailwind setup.
-
Set up Firebase for your project by following the Firebase documentation.
-
Configure Firebase credentials in your project.
-
Install Firebase tools globally.
npm install firebase
-
Your backend is now live on Firebase, and you can interact with it from your frontend.