This is the source for https://mutantdevs.com
it is built with next.js
npm run dev
npm run build && npm run export
You will then find your site available under ./out
To serve it locally:
npx http-server out
Then you should find it under:
This site is setup to automatically deploy to render.com