summaryrefslogtreecommitdiff
path: root/frontend/README.md
diff options
context:
space:
mode:
authorng <�>2022-09-25 14:19:38 +0200
committerng <�>2022-09-25 14:19:38 +0200
commit5215f641cd6524671aecdb5ec0d9d8ee96116032 (patch)
tree88dac3257ae676dbaefc40e20fa939918c33a7d2 /frontend/README.md
parentdcc4a11c162b34f47eddedd1c6d28b1b4376403e (diff)
downloadlibeufin-5215f641cd6524671aecdb5ec0d9d8ee96116032.tar.gz
libeufin-5215f641cd6524671aecdb5ec0d9d8ee96116032.tar.bz2
libeufin-5215f641cd6524671aecdb5ec0d9d8ee96116032.zip
build: 👷 Migrate to pnpm
Reason: It hard-links deps to one central location instead of using all of your disk with 24 identical node_modules
Diffstat (limited to 'frontend/README.md')
-rw-r--r--frontend/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/README.md b/frontend/README.md
index 57ac5a52..774a4969 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -6,13 +6,13 @@ LibEuFin Frontend is a Single Page Application (SPA) built using React that faci
- Node version: 10.16.0
- Npm version: 6.9.0
-- Yarn version: 1.22.4
+- [pnpm](https://pnpm.io/) version: 7.12.2
## Installation
Note: The frontend calls the APIs of the Nexus server, which runs on port 5000. Make sure that the Nexus server is running before executing these steps.
1. Navigate to `/frontend`.
-2. Run `yarn install` to install the required dependencies for the project.
-3. Run `yarn start` to start the project.
+2. Run `pnpm i` to install the required dependencies for the project.
+3. Run `pnpm start` to start the project.
4. Go to `http://localhost:3000/` and use the app!