This is a blog project using React, Next.js.
I wanted to make a blog that I could write and publish easily. So I made this project.
Feel free to use this project as you like. and if you have any questions, please leave a issue.
- React
- Next.js
- UI
- MDX
- fumadocs (fumadocs-mdx, fumadocs-core, fumadocs-ui)
- shiki
- rehype-pretty-code
- pnpm
- Clone this repository
git clone https://github.com/JHSeo-git/blog.seonest.net.git my-blog
cd my-blog- Install dependencies
pnpm install- Run dev server.
pnpm dev