Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 825 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 825 Bytes

Monorepo (web-image-gen)

This is a Monorepo for web-image-gen projects.

Packages

Projects are in the packages/ directory:

Dependencies

  • git
  • node
  • npm
  • pnpm

Develop

git clone https://github.com/brev/web-image-gen.git
cd web-image-gen/
npm install -g pnpm
pnpm -r install
pnpm -r clean
pnpm -r format
pnpm -r lint
pnpm -r test:cover
pnpm -r build

License

MIT