https://github.com/openstatushq/nextjs-dynamic-breadcrumb
Dynamic breadcrumb with nextjs
https://github.com/openstatushq/nextjs-dynamic-breadcrumb
Last synced: 11 days ago
JSON representation
Dynamic breadcrumb with nextjs
- Host: GitHub
- URL: https://github.com/openstatushq/nextjs-dynamic-breadcrumb
- Owner: openstatusHQ
- Created: 2024-08-15T16:21:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:00:37.000Z (4 months ago)
- Last Synced: 2025-04-03T14:11:09.406Z (20 days ago)
- Language: TypeScript
- Homepage: https://nextjs-dynamic-breadcrumb.vercel.app
- Size: 1010 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dynamic breadcrumb for Next.js 15 by [OpenStatus](https://www.openstatus.dev)
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.