Development

Development

To develop locally:

  • This is an npm workspaces monorepo.
  • Build in workspace order when needed:
npm run build --ws --if-present
  • To run an example:
npm run start -w examples/beerpub-yoga

Repository

Adapters

Place to develop adapters for popular Node.js frameworks.

How to write adapter

import { AxolotlAdapter } from '@aexol/axolotl-core';

Wrap your adapter with AxolotlAdapter(...) and map raw framework inputs to Axolotl resolver signatures.

Examples

Place to experiment with Axolotl and its packages.

Modularium

CLI and modules that support micro‑federation within Axolotl.