Skip to content

codebenderhq/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published