16 lines
318 B
Markdown
16 lines
318 B
Markdown
# Next.js Demo
|
|
|
|
Minimal demo for `@pdntechnology/cookie-consent`.
|
|
|
|
## Run locally
|
|
|
|
```bash
|
|
cd examples/next-app
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000).
|
|
|
|
The demo uses a local file dependency on the parent package, Turkish labels, a custom theme, and a cookie inventory table.
|