Monorepo Setup
Note, not all packages of the loopstack framework are fully available to the public yet. If you want to contribute to core modules, please get in contact
Install
1. Clone monorepo
git clone https://github.com/loopstack-ai/loopstack.git
cd loopstack
2. Update submodules
git submodule update
3. Install dependencies
pnpm i
4. Run dev environment
docker compose up -d
4.a) Run frontend in dev mode (optional)
cd frontend/app-react
pnpm run dev
Development
Watch file changes and trigger re-build of packages
pnpm run watch:all
Last updated on