Built by
glassesjacketshirtmanCategory
CMSVersion
1.0.1
Last updated
Jan 24, 2023, 20:03:33 PM8 months agoMedusa Strapi Plugin
Setting up your store
- Initialize a
project by using a starterCopy to clipboardmedusa
- ChooseCopy to clipboard
medusa-starter-default
- Pick any storefront starter
- Make sure
is installed and runningCopy to clipboardredis
- Go to backend directory.
- Make sure your packages version in
match this -Copy to clipboardpackage.json
- Edit
. Navigate to the end of file and make sure this line is not commented out -Copy to clipboardmedusa-config.js
- In the same file, add this object to plugins array -
- Create and navigate to
directory and pullCopy to clipboardplugins
Copy to clipboardmedusa-plugin-strapi
- Install dependencies and build project files
- Start medusa server from
directoryCopy to clipboardbackend
Your local Medusa server should now be running on port 9000.
Setting up strapi
This plugin assumes that you are familiar with strapi. If you have not used it before, visit the official docs for more info -
- Create a new strapi project using our template.
- Start strapi server.NOTE: If you are using
there is a knownCopy to clipboardSQLite
bug -Copy to clipboardknex.js
It appears after running
for the first time . Just run the command again and it should disappear.Copy to clipboardnpm run develop
Visit docs.medusa-commerce.com for further guides.

Build your own plugins
Develop your own plugins with our API to speed up your processes.
Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.
.png)