Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 581 Bytes

readme.md

File metadata and controls

48 lines (31 loc) · 581 Bytes

System Requirements

Deno

Deno

Getting Started

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

Release

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