Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 877 Bytes

File metadata and controls

36 lines (24 loc) · 877 Bytes

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.

Documentation can be found here

System Requirements

Deno

Getting Started

deno task start

open website at

http://localhost:8000/

Contributions

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

in deno.json change update the import as so

{
    "imports": {
        "oomph": "../{path to clone oomph library}/src/mod.js"
      }
}

NB

The server file is still limited and does not yet fully use oomph to it's full capabilities, but gets you started