- Responsive Design
- Theme based animations
This guide will walk you through the process of setting up the App on your local machine.
Before you begin, ensure you have Node.js installed on your system.
Start by cloning the repository to your local machine:
git clone https://github.com/himuexe/Hackathon-Frontend.git
cd Hackathon-Frontend
Frontend:
- Open a new terminal and navigate to the
frontend
directory. - Install dependencies:
npm install
. - Start the frontend application:
npm run dev
. - The application should now be running on
http://localhost:5173
but verify this in your command line terminal