1
0
Fork 0

chore: Updated README for Node 18

This commit is contained in:
joostdecock 2023-07-21 19:10:15 +02:00
parent 41545e6496
commit 9a16cccace
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ The current production code -- what is running on freesewing.org -- is in the `v
## Getting started ⚡
As this is a monorepo. You'll need [NodeJS v16](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
As this is a monorepo. You'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash