Initial setup guide | mmdevs
Home

Initial setup guide

1. Fork

Fork mmdevs.org repository by clicking here.

2. Create a branch

git switch -c your_branch

3. Local setup

Install Dependencies :

npm install

Install githooks :

npm run hooks:install