Hi Folks! I'm new here and had a question about workflow. My team is doing a ton of work in the relume app, then exporting that to Figma where our designer is adding styles and such. What's the workflow to get from figma to a actual code in a Next.js app in the most efficient way possible while taking advantage of the base code that relume provides?
Hey @Joel Varty,
So, our React/HTML components rely on the same Styleguide that Figma follows, so I don't think you'll find any issues regarding the workflow
Awesome! I was wonder what that workflow was, though. Is the expectation that we copy the code from the components from your UI and then update it based on what’s being done in figma? Or do we copy code that’s exported from figma itself? I guess I’m really asking, is there a set of steps that can fast-track me as a developer using Relume, and is it documented somewhere?