Skip to content

ViceVerse-cz/vicecommerce

Repository files navigation

🛒 Vicecommerce

Table of Contents

  1. Requirements
  2. Installation
  3. Commitlint Configuration
  4. Packages

Requirements

  • Node.js 14.x or later
  • pnpm 2.26.3 or later

Installation

To install dependencies, run:
pnpm install

Commitlint Configuration

This monorepo uses Commitlint to enforce conventional commit messages. The configuration is provided in the `commitlint.config.js` file.

Packages

This monorepo contains the following packages:
  • medusa-file-r2: A plugin for using Cloudflare R2 as the storage provider for Medusa.
To add a new package, create a directory under the `packages` folder and initialize it as an npm package. Add your package code, and make sure it adheres to the monorepo's conventions.

For more information on each package, refer to the package's README file.

TODO