Installation
Install the Liberty Framework from source: clone liberty-next + liberty-apps, create the Python virtual environment, build the React frontend, bootstrap the auth store and launch the server on port 8000.
First app walkthrough
Build a working Liberty app end-to-end in under five minutes: declare a database pool, define a SQL connector, expose a screen with a grid + edit modal and wire it into the sidebar menu — all from the Settings UI, all reloaded live.
Project layout
File map of the two repositories — liberty-next (framework binary) and liberty-apps (per-installation configuration). What lives where, what is committed, what is per-installation, and how LIBERTY_APPS_DIR routes the framework to the apps repo.