# nextjs-tailwind-blog **Repository Path**: maqi1520/nextjs-tailwind-blog ## Basic Information - **Project Name**: nextjs-tailwind-blog - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-26 - **Last Updated**: 2022-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nextjs Tailwind Blog ## 技术栈 - Next.js - Tailwind CSS 3.0 ## 使用静态博客的原因 我写博客,需要将博客同步到知乎、掘金、微信公众号等、一是这些平台的代码编辑器不怎么好用,尤其是图片会加上水印、后来我选择自建使用 Postgresql 和 next.js、但维护这些数据库需要一些成本、为了避免每年数据库迁移、现在将代码都托管到 github、使用 vercel.com 自动部署 ## Installation ```bash npm install ``` ## Development First, run the development server: ```bash npm start ``` or ```bash npm run dev ```