This is a portfolio website develop using react.js and host in netlify Here you can showcase your work and collaborations as well as your bio
Build a React website in 48 hours to showcase the following:
- My technical and development skill set
- My education and qualification
- My work experience
- My projects and community work
- Fork the repo and do not forget to give a start
- Clone the repo
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
- Change dir and install required node modules
cd YOUR-REPOSITORY
npm install
or
<!-- preferable -->
pnpm i <-- if pnpm is installed -->
Note - Make sure you have active internet and already install node.js in your PC
- Start the server
npm start
or
npm run start
or
<!-- preferable -->
pnpm start <-- if pnpm is installed -->
It start script is used to execute the defined file in it without typing its execution command. For more scripts checkout package.json file