mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
chore: Add volta
This commit is contained in:
parent
e876c35ef9
commit
ef47cc5b6f
@ -10,6 +10,12 @@ Below link will help you making a copy of the repository in your local system.
|
|||||||
|
|
||||||
https://docs.github.com/en/get-started/quickstart/fork-a-repo
|
https://docs.github.com/en/get-started/quickstart/fork-a-repo
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- [volta](https://volta.sh/) to manage node versions.
|
||||||
|
- [Node.js](https://nodejs.org/en/). `volta install node`
|
||||||
|
- [pnpm](https://pnpm.io/) package manager. `volta install pnpm`
|
||||||
|
|
||||||
## Development Installation
|
## Development Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -151,5 +151,8 @@
|
|||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"**/*.css",
|
"**/*.css",
|
||||||
"**/*.scss"
|
"**/*.scss"
|
||||||
]
|
],
|
||||||
|
"volta": {
|
||||||
|
"node": "18.5.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user