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!
- Node.js
- npm
- Open VSCode and type
ctrl+P
, typeext install ritwickdey.liveserver
.
# 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.