mukulpadwal / react-portfolio

Portfolio Website Using React
0 stars 0 forks source link

locally not working #3

Open ab7022 opened 4 months ago

ab7022 commented 4 months ago

i am trying to run it locally but is not working it is showing just blue screen attaching the ss below blue

mukulpadwal commented 4 months ago

Hi, @ab7022

I have migrated this project from cra to vite and also have updated the steps in the Readme.md file

So now you can follow these steps to run the project locally

Step 1 : Fork the repository

Step 2 : Open your terminal and paste this `git clone https://github.com/<your_username>/react-portfolio`

Step 3 : cd react-portfolio

Step 4 : `npm install` or `npm i`

Step 5 : `npm start`

Step 6 : visit http://localhost:5173/

Note : I have used emailjs for email service and firebase db support in my project so the contact page and project page may not display any data.

Do let me know if you need any other help.