Skip to content

Latest commit

 

History

History
executable file
·
47 lines (37 loc) · 1.52 KB

File metadata and controls

executable file
·
47 lines (37 loc) · 1.52 KB

Drag and Drop Framework (https://loopar.build/Doc)

Prerequisites

  1. Node JS 22+
  2. Yarn 4+ (required)

Installation

Automatic Installation

With NPX

npx loopar-install project-name --port 8080

Note

Permissions: Loopar needs to create files and folders during installation.

  • macOS/Linux: If you get a permissions error, re-run with sudo.
  • Windows: If you get a permissions error, run PowerShell or Command Prompt as Administrator.

Your server will start automatically in the dev environment.

Manual Installation

Clone from Git

git clone https://github.com/alphabit-technology/loopar-framework.git project-name
cd project-name
Install with yarn
yarn install
yarn run dev

Important

Loopar uses a workspace-based monorepo structure. Yarn 4+ is required for installation — other package managers (npm, pnpm) are not supported and may cause dependency resolution errors.

If you don't have Yarn 4, enable it via Corepack (included with Node.js 16.9+):

corepack enable
yarn set version stable

When the process is completed, navigate to your browser. The system will show a wizard installation where you can define your database type and connection data, then your project data. Once completed, you can start designing your projects.