Skip to content

Silverback Monorepo. Central hub for our open source packages and tooling.

Notifications You must be signed in to change notification settings

AmazeeLabs/silverback-mono

Repository files navigation

Silverback

What is this?

This is the the Amazee Labs Silverback monorepo. A central hub for opens source packages and tools.

Directory structure

  • packages/npm: npm packages
  • packages/composer: composer php packages
  • apps: applications that use the two above

Setup locally

Requirements

  • Git
  • Node.js + pnpm
  • PHP + Composer

Setup

git clone https://github.com/AmazeeLabs/silverback-mono.git
cd silverback-mono
pnpm i
pnpm build