My portfolio site calebrivera.dev built with and Next.js and hosted with Vercel
# install dependencies
npm i
# run development server
npm run dev
# build app for production
npm run build
# start production server
npm run start
# set up ESLint config
npm run lint