https://github.com/talatkuyuk/nested-mdx-component-reproduction-14
a minimal Next.js app to reproduct a typescript error
https://github.com/talatkuyuk/nested-mdx-component-reproduction-14
Last synced: 3 months ago
JSON representation
a minimal Next.js app to reproduct a typescript error
- Host: GitHub
- URL: https://github.com/talatkuyuk/nested-mdx-component-reproduction-14
- Owner: talatkuyuk
- Created: 2025-01-14T19:09:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:59:15.000Z (4 months ago)
- Last Synced: 2025-01-31T15:39:09.816Z (4 months ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This a `Next.js` application to reproduce a type error in `@mdx-js/mdx`.
## 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.
You can start editing the page by modifying `app/page.tsx`.