reacord
{packageJson.description}
Get Startedimport packageJson from "reacord/package.json" import React from "react" import { MainNavigation } from "../components/main-navigation" import { fromProjectRoot } from "../constants" import { renderMarkdownFile } from "../helpers/markdown" import { Html } from "../html" import { maxWidthContainer } from "../styles/components" const landingExample = await renderMarkdownFile( fromProjectRoot("src/components/landing-example.md"), ) export function Landing() { return (
{packageJson.description}
Get Started