Skip to content
/ frame Public template

With the ever-evolving world of web development, it can be difficult to keep up with the latest trends and technologies. F.R.A.M.E is a basic low-code web framework that can help you cut through the noise and focus on what matters to your users and business.

License

Notifications You must be signed in to change notification settings

codebendervt/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With the ever-evolving world of web development, it can be difficult to keep up with the latest trends and technologies. F.R.A.M.E is a basic low-code web framework that can help you cut through the noise and focus on what matters to your users and business.

System Requirements

Deno

Deno

Getting Started

clone std libraries from https://github.com/codebenderhq/std to folder just outside project

initialize enviroment

deno task init

create .env file

env=dev

start the development server

deno task  start

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

With the ever-evolving world of web development, it can be difficult to keep up with the latest trends and technologies. F.R.A.M.E is a basic low-code web framework that can help you cut through the noise and focus on what matters to your users and business.

Topics

Resources

License

Stars

Watchers

Forks