My personal static website/portfolio to show case my projects. The app is hosted by Vercel.
- Install node js on your machine
- Download or fork the repository
- CD to root directory
- Install dependencies: npm install
- Build: npm run build
- Run on local: npm start
- Deploy: npm run deploy