deco
deco copied to clipboard
Unable to run the locally created site
Steps I have done to create and run new site locally
- Cloned the repo to my file system
- Executed the following command:
deno run scripts/init.ts
- Followed the instructions and created new site.
- Got into site folder and executed the command:
deno task play
Its showing the site available on: https://localhost:8000
, but when I am trying to access the site, it shows me the error, I am attaching the screenshot of it.
Note: I am using windows 11 machine.