Personal website for me, antonioortegajr. Visit the site to read a little about me and what I do for a living and fun.
Live here.
Web site created using next.js
Right here via GitHub pages.
Github Actions for deployment to github pages. See nextjs.yml for the configuration.
npm i
Run on local
npm run dev
Visit: http://localhost:3000/
From directory root
docker compose up
Visit: http://localhost:3000/
Jest for testing
npm run test