diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 10:45:31 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 10:45:31 +0000 |
| commit | 8e7a9ad33cd78929bfb90c3d43f6184b44cea864 (patch) | |
| tree | 96431e2f62f56aeab9f7c6c3987ce4cfa40e48a1 /README.md | |
| parent | 549117946bc91887c5a459f53ea858ce80532955 (diff) | |
Fix files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ class at the [University of Bologna](https://unibo.it). You need: - Node `v21.7.1`. We strongly suggest [`fnm`](https://github.com/Schniz/fnm) or [`nvm`](https://github.com/nvm-sh/nvm) for Node versions management. -- PnpM or NPM (better the first one). +- Yarn. After that you need to edit the `.env` file and set up: @@ -21,7 +21,7 @@ After that you need to edit the `.env` file and set up: And start the Expo app. ``` -pnpm run start +yarn start ``` ## Deployment |
