#Hi everyone!, I would like to know what is the process to contribute with the source code of medusa
7 messages · Page 1 of 1 (latest)
Hey @jovial flame
This thread should help you understand how to start
#1336662123660709918 message
On top of that I'll add some major concepts
You should treat each packages as npm packages
So to really test your changes on a Medusa app you'll need to understand that it's not just a yarn dev and you can try all your changes made to the cloned repository
You'll need to install your locally updated packages on a Medusa project, for that the team have built this CLI to improve the testing experience