chore(dev): VOLTA -> Corepack

This commit is contained in:
rusconn
2024-02-06 18:09:42 +09:00
parent 8fadf783b6
commit c4f2ddd69a
2 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,11 @@ A web clone of [DevToys](https://github.com/veler/DevToys)
## Setup
To reproduce environment, use [VOLTA](https://volta.sh/)
```shell
corepack enable
pnpm install
pnpm dev # route types will be generated by next.js
```
## Known issues