Update README.md

This commit is contained in:
Sofía Aritz 2024-06-30 16:47:54 +00:00
parent e812c78d52
commit 7b5f0e98c8

View file

@ -23,7 +23,7 @@ The recommended Node.JS version is v21.5.0, others should also work.
#### `identity-web`
1. Copy the `env.example` file: `cp .env.example .env`
1. Copy the `.env.example` file: `cp .env.example .env`
2. Run `yarn` to install the dependencies.
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
3. Run `yarn dev` and open the specified URL.
@ -31,7 +31,7 @@ The recommended Node.JS version is v21.5.0, others should also work.
#### `identity-api`
1. Copy the `env.example` file: `cp .env.example .env`
1. Copy the `.env.example` file: `cp .env.example .env`
2. Run `yarn` to install the dependencies.
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
3. Run `yarn start` to start the server.