π Quick Start Guide
Get Loopstack running in under 3 minutes.
Prerequisites
- Node.js 18.0+
- Docker
- Git
Setup
Create and start your Loopstack application:
# Create project
npx create-loopstack-app my-project
cd my-project
# Configure environment
cp .env.example .env
# Start services and application
docker compose up -d
npm run start:dev
Verify
Open http://localhost:3000Β in your browser.
You should see the Loopstack Studio Frontend.
π Thatβs it! Your Loopstack environment is ready.
Next Steps
- Understand Loopstack concepts: Basic Concepts
- Build your first automation: First Automation Tutorial
- Explore examples: Check
/src/config/examples
directory
Getting Help
Last updated on