Vite is the fastest baseline for local editor iteration.
npm install @lyfie/luthorimport '@lyfie/luthor/styles.css';
import { ExtensiveEditor } from '@lyfie/luthor';
export function App() {
return <ExtensiveEditor placeholder="Write here..." />;
}