The project uses linkinator to find broken links.
gh repo clone christianareas-postman/links
npm i
cd linksThe following command finds links within http://localhost:3000 that return an error, such as a 404 error. Make sure you first start your local server (usually, npm run dev).
npm run check-links:local