Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maqi1520/nextjs-tailwind-blog

我的博客第三版,使用 NextJS 和 TailwindCSS
https://github.com/maqi1520/nextjs-tailwind-blog

nextjs tailwindcss

Last synced: 11 days ago
JSON representation

我的博客第三版,使用 NextJS 和 TailwindCSS

Awesome Lists containing this project

README

        

# Nextjs Tailwind Blog

## tempalte

https://github.com/timlrx/tailwind-nextjs-starter-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
```