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

https://github.com/zmofei/zhuwenlong.com-frontend

This is the frontend source code of my blog
https://github.com/zmofei/zhuwenlong.com-frontend

Last synced: about 1 year ago
JSON representation

This is the frontend source code of my blog

Awesome Lists containing this project

README

          

# My blog

这是[我的博客](https://www.mofei.life)的前端代码,使用了Next.js

## 如何部署(默认部署在aliyun函数计算)

### 1. 安装依赖

```bash
npm install
```

### 2. 部署到阿里云函数计算

请参考 https://docs.serverless-devs.com/ 官网,修改 `s.yaml` 中的必要信息

```
s deploy
```