Just a Simple guy passionate about coding...
I'm a full stack developer from India...
First, Clone the project using:
git clone https://github.com/KushalHarsora/KushalHarsora.git
Now, go into the directory of project:
cd KushalHarsora
Now, install all the dependencies by the following command:
npm install
Now, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.