Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 768 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 768 Bytes

Diffusion Studio Core Documentation

Built with Nextra 4, a documentation framework powered by Next.js, MDX, and Tailwind CSS.

Getting Started

The first step is to clone the project with a git command.

git clone [email protected]:diffusionstudio/core-docs.git

The next step is to install the Node Package Using the Node package manager.

pnpm install
# or
yarn install
# or
npm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Additional Packages:

  • Tailwind CSS
  • Lucide React
  • reshaped