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 the federation example:
npm run start -w examples/yoga-federated

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.