Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 608 Bytes

Portfolio Website

Thank you for checking out this repository of my portfolio website. This isn't just my portfolio, but also a personal project in and of itself.

Do tell me what you think!

Requirements

  • Node.js
  • npm
  • Open VSCode and type ctrl+P, type ext install ritwickdey.liveserver.

Getting started

# Clone the repo
git clone     
cd portfolio-v1    

# Install npm packages
npm install  

# The app will concurrently build tailwind and css if you change any of the source files  
npm run dev  

# Start Project
Click `Go Live` from the status bar to run the liveserver.