This is a modern EdTech platform built with Next.js, React, and Tailwind CSS.
Before you begin, ensure you have the following installed on your local machine:
- Node.js (v14.0.0 or later)
- npm (v6.0.0 or later)
-
Clone the repository:
git clone https://github.com/Someshsw1109/SR-Tech.git cd sr-tech -
Install the dependencies:
npm install
-
Create a
.env.localfile in the root directory and add any necessary environment variables.
To start the development server, run:
npm run devOpen localhost with your browser to see the result.
To create a production build, run:
npm run buildThen, to start the production server, run:
npm startapp/: Contains the main application pages and layouts and Global styles and Tailwind CSS configurationcomponents/: Reusable React componentslib/: Utility functions and helperspublic/: Static assets
- Next.js
- React
- Tailwind CSS
- Framer Motion
- Lucide React (for icons)
- shadcn/ui (for UI components)
This project is licensed under the MIT License