Resolve URLs on Netlify.
You can use API endopint https://unravelurl.com/api/resolve.json?url=<URL-encoded URL> to be with any scripts.
Example:
$ curl "https://unravelurl.com/api/resolve.json?url=https:%2F%2Fsaneef.com%2Ffeed-blog.xml"
# Output:
{
"source": "https://saneef.com/feed-blog.xml",
"target": "https://saneef.com/feed.xml",
"status": "ok"
}npm install # Install all NPM packages
npm start # To start devlopment instance