Repository with examples of using packages from the GlobalArt ecosystem for NestJS and Node.js.
- Node.js >= 18.0.0
- pnpm >= 8.0.0
pnpm installTo run a specific example, use:
pnpm --filter <example-name> devFor example:
pnpm --filter swagger-example dev
pnpm --filter logger devSome examples may use local packages from the ecosystem repository. Make sure that the path to local packages is correctly specified in the package.json of the corresponding example.