The best tutorial to get started, really, might be directly to rtfm
(Deno Docs - Getting Started)
But this article attracts me as being written by someone experienced that understands the Deno and Fresh philosophy, and includes a very cool approach to managing markdown (one of our real needs since it does not come native with Fresh, as it does with some other frameworks (like Astro))
So in this repo, we're following the bitsrc article, with atomic commits
[Clone and then simply] Start the project:
deno task start
This will watch the project directory and restart as necessary.