initialize enviroment
deno task init
clone std libraries from https://github.com/codebenderhq/std to folder just outside project
create .env file
env=dev
start the development server
deno task dev
Nice to have, enable push to allwaus follow
git config --global push.followTags true
create a release
deno task release 0.0.1-pre -m"hello world"
deploy release
git push --follow-tags