Skip to Content
DocumentationGetting StartedπŸš€ Quick Start Guide

πŸš€ Quick Start Guide

Get Loopstack running in under 3 minutes.

Prerequisites

  • Node.js 18.0+
  • Docker
  • Git

Setup

1. Register at https://app.loopstack.aiΒ  and create a new dev environment.

Create a new environment

2. Create a Client ID and Secret

Create a new environment

3. Set up your local Loopstack application:

# Create project npx create-loopstack-app my-project cd my-project # Start services docker compose up -d

Add the generated client ID and SECRET to the .env file in the root directory. Also add other API keys as needed.

# Start your application in dev mode npm run start:dev

πŸŽ‰ That’s it!** Your environment is ready.

Create a new environment

Next Steps

  • Explore examples: Check out examples under /src/example-module of your local app.

Getting Help


Last updated on