Skip to content

PixyBlue/lazy-lob-web

Repository files navigation

🦞 Lazy Lob Web

The One humain fullstack LOB web framework

Dependencies

What's in the box

Roadmap

Documentation

How to start the demo app

On Linux:

git clone https://github.com/PixyBlue/lazy-lob-web.git &&\
  cd lazy-lob-web &&\
  just build boot # wait that all the stuff has started
just init-dev open # type your password when asked to install local SSL certificates for your browser

On Mac:

With docker runner as Orb stack ( https://orbstack.dev )

git clone https://github.com/PixyBlue/lazy-lob-web.git &&\
  cd lazy-lob-web &&\
  just build boot # wait that all the stuff has started
just init open # to setup the db ans start the browser

Mac Orbstack Runner

Mac Orbstack Browser

Just commands

@todo

Start a new project

@todo

Write migrations

@todo