This is the source code for the EverShop extension development guide: [EverShop product comment extension](https://evershop.io/docs/development/module/create-first-extension).
npm install @evershop/productcommentThis is the source code for the EverShop extension development guide: EverShop product comment extension.
``bash`
npm install @evershop/productcomment
Add the extension to your config/default.json file:
`json``
{
"system": {
"extensions": [
{
"name": "productcomment",
"resolve": "node_modules/@evershop/productcomment",
"enabled": true
}
]
}
}