Skip to content

Commit

Permalink
chore: adjust dependencies and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Sep 28, 2022
1 parent c6b6cb0 commit a92a5f5
Show file tree
Hide file tree
Showing 3 changed files with 4,582 additions and 2,293 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
| mode | 模式 | 备注: 默认为‘只读’模式,设置为: `mode=edit` 即可进入编辑模式 |
| lang | 语言 | 默认: zh_CN |

## 本地开发(Local develop)

```bash
# pnpm required, to see: https://pnpm.io/installation
# Install dependencies
pnpm install
# Then, start
npm start
```

## ✨ Recommendation

- [resumemaker](https://www.resumemaker.online/es.php)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"array-move": "^3.0.1",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.4",
"gatsby-plugin-google-gtag": "^4.4.0",
"gatsby-plugin-google-gtag": "^4.23.0",
"lodash-es": "^4.17.21",
"react": "^17.0.1",
"react-color": "^2.19.3",
Expand All @@ -22,7 +22,8 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^17.0.3",
"babel-plugin-import": "^1.13.3",
"gatsby": "^2.26.1",
"cross-env": "^7.0.3",
"gatsby": "^2.32.13",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-less": "^5.2.0",
"gatsby-plugin-pnpm": "^1.2.10",
Expand All @@ -37,7 +38,7 @@
"typescript": "^4.2.3"
},
"scripts": {
"start": "gatsby clean && gatsby develop",
"start": "cross-env NODE_DEV=development gatsby clean && gatsby develop",
"build": "gatsby build --prefix-paths",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"clean": "gatsby clean",
Expand Down
Loading

0 comments on commit a92a5f5

Please sign in to comment.