Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1.5 KB

README.md

File metadata and controls

60 lines (50 loc) · 1.5 KB

Anurag's Portfolio website

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

Project timeline and technologies used

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

Technologies Used

Hosting Platform

How can you use this

  1. Fork the repo and do not forget to give a start

forking repo

  1. Clone the repo
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. 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

  1. 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