@loopstack/loopstack-studio
v0.28.0
Published
This is the frontend for Loopstack AI. It is the main application where users can start and manage their workflows.
Readme
Loopstack Studio
This is the frontend for Loopstack AI. It is the main application where users can start and manage their workflows.
Development
Prerequisites
- Node.js 18+
- npm or pnpm
Getting Started
# Install dependencies
npm install
# Start development server
npm run dev
# Run tests
npm test
# Lint code
npm run lint
# Format code
npm run formatBuilding
# Build application
npm run build
# Build as library
npm run build:libDocker
The Docker image is available at: ghcr.io/loopstack-ai/loopstack-studio
