Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PabloSzx/nextjs-ts-mdx-chakra
Next.js + TypeScript + MDX + Chakra UI Template
https://github.com/PabloSzx/nextjs-ts-mdx-chakra
chakra chakra-ui chakraui markdown mdx next nextjs node nodejs react reactjs typescript
Last synced: 5 days ago
JSON representation
Next.js + TypeScript + MDX + Chakra UI Template
- Host: GitHub
- URL: https://github.com/PabloSzx/nextjs-ts-mdx-chakra
- Owner: PabloSzx
- Archived: true
- Created: 2021-04-29T19:31:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T13:50:48.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:39:20.152Z (3 months ago)
- Topics: chakra, chakra-ui, chakraui, markdown, mdx, next, nextjs, node, nodejs, react, reactjs, typescript
- Language: TypeScript
- Homepage: nextjs-ts-mdx-chakra.vercel.app
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + TypeScript + MDX + Chakra UI = ❤️
# Installation & Usage
```bash
pnpm i
``````bash
pnpm dev
```# Deployment
To do a [`pnpm`](https://pnpm.io/) + [`Vercel`](https://vercel.com/) deployment you have set your __Build & Developments Settings__ as it follows:
![Vercel + PNPM Configuration](/public/vercel-pnpm.png)
```bash
npx pnpm install --store=node_modules/.pnpm-store --shamefully-hoist
```