Environment setup.
Make sure to keep Deno up-to-date! If you already have Deno installed, run
deno upgrade
to update it.
We highly recommend using
Visual Studio Code as the IDE and
Git as the version control tool.
git clone
command to download the site code to your machine. We
recommend using SSH. Open the terminal and execute the following command:
site-name
with the name of your site.
Alternatively, you can clone the repository using other methods, such as git
https, the GitHub tool, or an IDE. The repository page on GitHub provides
details about different ways to clone.
localhost
as the host). To do
this, you can use the default localhost
environment or create a new one.
https://{environment-name}--{site-name}.deco.site
.
If the code of any section used on the site’s homepage is modified, it will be
reflected at the above address.