DEV Community

Cover image for Cloning dev.to in 30 seconds straight
acode123
acode123

Posted on

2 1

Cloning dev.to in 30 seconds straight

So we will be doing this in, well maybe 10 seconds:

Dev.to clone

And no worries, no hacking involved, and no money. So step one, right click the current page(on windows), on Mac, do the equivalent action(two fingers tap left side of mouse). Now press view page source.

So now you got a page with a big bunch of code, click on the code and press command A(or control on windows), then copy everything.(command c or control c on windows). Now you got the page source code copied, create a file called index.html(with any means necessary). Now copy the source code into the index.html file.

Good, the index.html file is the new dev.to! Just open it! Oh, and if it doesn't work, make a copy of the index.html, then open it! If it doesn't work, just comment below and I'll help you, you can also talk to me on reddit!

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay