Personal website for me, antonioortegajr. Visit the site read stuff about me and what I do for a living and fun.
Live here.
Web site with next.js
Right here via GitHub pages.
Github Actions for deployment to github pages. See nextjs.yml for the configuration.
From directory root
npm i
Run on local
npm run dev
Jest for testing
npm run test