Question By
Solved
Solved
amsaxena27

Apr 4th, 2023 11:43 AM

can i download the source code of the page I create on devdojo?

bobbyiliev

Apr 4th, 2023 11:45 PM

Best Answer

Hi there,

Yes, once you have your website ready, you can export it by going to the main menu and clicking on "Export":

You can choose between a few different export options:

  • Download Project: This option will generate a single Zip file containing all of your pages.
  • Download HTML File: This will export just the HTML of your current page.
  • Copy HTML to Clipboard: This will copy the whole HTML page to your clipboard so you can paste that directly into your code editor.
  • Copy Component HTML: For convenience purposes, this option allows you to copy only your components without including the body and the head tags.

Hope that this helps.

Best,

Bobby