Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.45 KB

My Personal Portfolio: abhinavchawla.com

Deployment

Deployed off the master branch at abhinavchawla.com via DigitalOcean (direct DO link)

You can easily spin up a copy of the project using the deploy button below 🚀

Deploy to DO

Sneak peek

Desktop (Primary channel)

screenshot

Mobile (Stripped down)

Project setup

Install dependencies

Make sure you have Node.js (v12+, npm v6+) installed

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint