Update README.md
This commit is contained in:
parent
e812c78d52
commit
7b5f0e98c8
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ The recommended Node.JS version is v21.5.0, others should also work.
|
||||||
|
|
||||||
#### `identity-web`
|
#### `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.
|
2. Run `yarn` to install the dependencies.
|
||||||
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
|
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
|
||||||
3. Run `yarn dev` and open the specified URL.
|
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`
|
#### `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.
|
2. Run `yarn` to install the dependencies.
|
||||||
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
|
* You may need to [enable Corepack](https://nodejs.org/api/corepack.html).
|
||||||
3. Run `yarn start` to start the server.
|
3. Run `yarn start` to start the server.
|
||||||
|
|
Loading…
Reference in a new issue