Skip to content

ByteLandTechnology/taffy-layout-docs

Repository files navigation

Taffy Layout Documentation

This is the documentation site for Taffy Layout, built with Next.js and MDX.

Development

First, install dependencies:

npm install
# or
yarn install
# or
pnpm install

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the documentation.

Build

To build the documentation for production:

npm run build
# or
yarn build
# or
pnpm build

Learn More

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors