This is a Monorepo for web-image-gen
projects.
Projects are in the packages/
directory:
- web-image-gen
- web-image-gen-svelte
- web-image-gen-react @TODO
- git
- node
- npm
- pnpm
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