Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 562 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 562 Bytes

Extended Portfolio

Redesign of my portfolio with JAM Stack and bundled with vite

Acknowledgements

Features

  • Light/dark mode toggle [TODO]
  • Scroll Progress
  • Animations
  • Live Chat

Run Locally

Clone the project

  git clone https://github.com/IAmRC1/iamrc1.github.io.git

Go to the project directory

  cd iamrc1.github.io

Install dependencies

  npm i

Start the server

  npm run dev