π 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.
2. Create a Client ID and Secret
3. Set up your local Loopstack application:
# Create project
npx create-loopstack-app my-project
cd my-project
# Start services
docker compose up -dAdd 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.
Next Steps
- Understand Loopstack concepts: Basic Concepts
- Explore examples: Check out examples under
/src/example-moduleof your local app.
Getting Help
Last updated on