This is the documentation site for Taffy Layout, built with Next.js and MDX.
First, install dependencies:
npm install
# or
yarn install
# or
pnpm installThen run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the documentation.
To build the documentation for production:
npm run build
# or
yarn build
# or
pnpm build