Prepare your local environment. Subframe generates React code written in Typescript and styled with Tailwind CSS. We work with any framework that uses React and Typescript.
1<head>
2 <link rel="preconnect" href="https://fonts.googleapis.com"/>
3 <link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous"/>
4 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"/>
5</head>