Skip to content

ghoshsam/nextra-4

 
 

Repository files navigation

Nextra 4

Nextra 4 is a demo documentation website created using Next.js, MDX, and Tailwind CSS.

Getting Started

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

git clone https://github.com/officialrajdeepsingh/nextra-4.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

About

Nextra 4 demo documentation website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 86.5%
  • TypeScript 8.0%
  • JavaScript 5.4%
  • CSS 0.1%