codepad-chrome-app icon indicating copy to clipboard operation
codepad-chrome-app copied to clipboard

How do you make the code into a website?

Open CodingWebz opened this issue 3 years ago • 1 comments

I created a code but how do you make it into a website/page?

CodingWebz avatar Mar 31 '22 11:03 CodingWebz

Try using the Web Server for Chrome extension. First try installing it from the Chrome Webstore. If that doesn't work then try the following:

  • Downloading it from here
  • Save as a zip file (or save as a crx file and then rename to a zip file)
  • Extract the zip file
  • Go to chrome://exstensions
  • Toggle the "Developer mode" switch at the top right to enabled
  • Click the button (near the top left of the page) that says "Load unpacked"
  • Select the folder that you extracted the zip file to
  • Go to chrome://apps
  • Find an icon that looks like download and click on it
  • Toggle the switch off to the left of the text that says "Web Server: STARTED"
  • Click on the text that says "CHOOSE A FOLDER"
  • Select the folder where the file was saved
  • Toggle the switch on before the text that says "Web Server: STOPPED"
  • Click on a link beneath the text that says "Web Sever URL(s)"
  • If your file isn't displayed automatically then click on the file name.

coder0107git avatar Aug 21 '22 03:08 coder0107git