How to turn design into a working site

Non-designer here so bear with me. Is there tooling to take the design built in penpot and integrate with an existing or new React project? Or is this a matter of exporting relevant css and assets out of penpot into one’s project as you continue to make changes?

Possibly one of the tutorials would show this?

hello @samrute,

Welcome to the community!

There is no immediate way to turn a penpot design into a react project. It would probably make design cumbersome (because it should only allow designs that can be reflected in code) and the resulting code quality mediocre (because the code needs to be abstract enough for all possible designs)

If you create a design in penpot, you need to write the corresponding code – with help from penpot to find the right values for your CSS.