Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 925 Bytes

Silverback

What is this?

This is the Amazee Labs Silverback monorepo. A central hub for open 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

With devbox and direnv installed, switching to the project directory will automatically load the proper versions of PHP/Node.js/etc into the environment.

Setup

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

Notes

  • .envrc is created automatically via composer install, however it won't be overwritten If it already exists.