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
- Host: GitHub
- URL: https://github.com/zmofei/zhuwenlong.com-frontend
- Owner: zmofei
- Created: 2019-05-08T08:03:04.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T14:18:41.000Z (about 1 year ago)
- Last Synced: 2025-04-05T15:25:21.252Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.mofei.life
- Size: 11.9 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```