From 71dd9ae8d5c1bf22a303497f83badd2949760d11 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Fri, 17 Jan 2025 17:06:38 +0800 Subject: [PATCH] perf: vercel deploy button --- README.md | 7 ++++++- README.zh-CN.md | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5839160..01896f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Next.js](https://img.shields.io/badge/Next.js-14.0-black) ![Framer Motion](https://img.shields.io/badge/Framer_Motion-10.0-purple) -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FJOYCEQL%2Fmagic-resume) [English](./README.md) | [简体中文](./README.zh-CN.md) @@ -67,6 +66,12 @@ pnpm dev:fronted pnpm -F fronted build ``` +## ⚡ Deploy with Vercel + +You can deploy your own instance of Magic Resume with one click: + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FJOYCEQL%2Fmagic-resume) + ## 🤝 Contributing 1. Fork the project diff --git a/README.zh-CN.md b/README.zh-CN.md index 22770a1..e58609a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,6 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Next.js](https://img.shields.io/badge/Next.js-14.0-black) ![Framer Motion](https://img.shields.io/badge/Framer_Motion-10.0-purple) -[![使用 Vercel 部署](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FJOYCEQL%2Fmagic-resume) [English](./README.md) | [简体中文](./README.zh-CN.md) @@ -61,12 +60,18 @@ pnpm dev:fronted 4. 打开浏览器访问 `http://localhost:3000` -## 📦 构建部署 +## 📦 构建和部署 ```bash pnpm -F fronted build ``` +## ⚡ 使用 Vercel 部署 + +你可以一键部署自己的 Magic Resume 实例: + +[![使用 Vercel 部署](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FJOYCEQL%2Fmagic-resume) + ## 🤝 贡献指南 1. Fork 本项目