summaryrefslogtreecommitdiff
path: root/frontend/README.md
diff options
context:
space:
mode:
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!