Getting Started

Setup

  • Fork the mmdevs.org repository.
  • Create a branch.
sh
git switch -c your_branch
  • Install dependencies
sh
npm install
  • Install Git hooks
sh
npm run hooks:install