fresh
fresh copied to clipboard
www: change line in README.md for how you start the project
In /www/README.md
changed
Start the project:
deno run -A --watch main.ts
to
Start the project:
deno task start
This is the same PR as #452. I accidentally closed the previous one by force pushing main
branch.