Skip to main content
Question

migrate make project to Cursor or VSCode

  • July 18, 2025
  • 4 replies
  • 188 views

AlS
  • New Participant

Has anyone successfully migrated their Make project code to Cursor or VSCode?

If so, what steps did you take. 

4 replies

Peter Remans
  • New Member
  • July 18, 2025

also curious on this one


AlS
  • Author
  • New Participant
  • July 19, 2025

I managed to do it by promoting the agent to create an exportable setup.  It created package.JSON and all definitions with setup instructions.

 

Opening and running it locally required some messing around and thankfully Cursor did most of the heavy work.  

 

It worked out in the end.


GDS0X
  • New Member
  • July 23, 2025

Hi ​@AlS I am trying to migrate to Windsurf and followed your suggestion for the package. However even after windsurf builds it and fixes the errors the style and feel is not at all the same. How did you managed to solve this and keep the original layout and style the same?

 

Thanks! 🙏 


AlS
  • Author
  • New Participant
  • July 24, 2025

Hi ​@AlS I am trying to migrate to Windsurf and followed your suggestion for the package. However even after windsurf builds it and fixes the errors the style and feel is not at all the same. How did you managed to solve this and keep the original layout and style the same?

 

Thanks! 🙏 

Did you ask the prompt to get your project ready for exporting and using on windsurf?  If not, do that.  Then I had to navigate some hurdles with PostCSS and a few other components.  With each fix something else broke.  It took several tries but finally it worked.   Also make sure your images are not pointing to Figma:Asset.  Download all the images locally and store them in your assets folder and then update your imports.

Good luck.