Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.07 KB

About The Project

Hello! My name is Keshav and this is my college society website .I’m a Front-End Developer located in India and i have a serious passion for UI effects, animations and creating intuitive, dynamic user experiences.

Portfolio

My Portfolio made using react-vite

Build Instructions

  • Install nvm following instructions from this url

  • Install this specific version of nodejs using nvm : nvm install v18.12.1

  • Check nodejs version by typing : node -v

  • If multiple versions are installed use the correct version : nvm use v18.12.1

  • Remove node_modules folders if exist in the portfolio directory

  • Install dependencies : npm i

  • Install eslint for quick fixing of clean code rules: npm install -g eslint and npm install -g prettier

  • Run the below command to server in development mode.

    portfolio: $ npm run dev

  • Run the below command for the production mode.

    portfolio: $ npm run build