Skip to main content
Lumbox

Getting Started

Getting Started

Welcome to Lumbox! This guide will help you deploy your first application.

Prerequisites

  • Node.js 20 or later
  • A Lumbox account (sign up)

Install the CLI

npm install -g @lumbox/cli

Authenticate

lumbox login

Deploy your first app

lumbox deploy

Your application will be live at https://your-app.lumbox.eu.

Next steps