mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
feat: readme add vercel deploy
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||

|
||||

|
||||
[](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
@@ -5,6 +5,7 @@
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||

|
||||

|
||||
[](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
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "fi-resume",
|
||||
"name": "magic-resume",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user