feat: readme add vercel deploy

This commit is contained in:
JOYCEQL
2025-01-17 17:01:55 +08:00
committed by qingchen
parent eb860d61a7
commit 4e757d9af7
3 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -5,6 +5,7 @@
[![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)
@@ -43,7 +44,7 @@ Magic Resume is a modern online resume editor that makes creating professional r
```bash
git clone https://github.com/yourusername/magic-resume.git
cd magic-resume/fronted
cd magic-resume
```
2. Install dependencies
@@ -55,7 +56,7 @@ pnpm install
3. Start development server
```bash
pnpm dev
pnpm dev:fronted
```
4. Open browser and visit `http://localhost:3000`
@@ -87,10 +88,9 @@ This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENS
## 🗺️ Roadmap
- [ ] Support more resume templates
- [ ] Multi-language support
- [ ] AI-assisted writing
- [ ] Resume scoring system
- [x] AI-assisted writing
- [x] Multi-language support
- [ ] Support for more resume templates
- [ ] Online resume hosting
## 📞 Contact
+5 -5
View File
@@ -5,6 +5,7 @@
[![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)
@@ -43,7 +44,7 @@ Magic Resume 是一个现代化的在线简历编辑器,让创建专业简历
```bash
git clone https://github.com/yourusername/magic-resume.git
cd magic-resume/fronted
cd magic-resume
```
2. 安装依赖
@@ -55,7 +56,7 @@ pnpm install
3. 启动开发服务器
```bash
pnpm dev
pnpm dev:fronted
```
4. 打开浏览器访问 `http://localhost:3000`
@@ -87,10 +88,9 @@ pnpm -F fronted build
## 🗺️ 路线图
- [x] AI 辅助编写
- [x] 多语言支持
- [ ] 支持更多简历模板
- [ ] 多语言支持
- [ ] AI 辅助编写
- [ ] 简历评分系统
- [ ] 在线简历托管
## 📞 联系方式
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "fi-resume",
"name": "magic-resume",
"version": "1.0.0",
"description": "",
"main": "index.js",