-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade required node version to >=20 (and some other minor im…
…provements) (#64) (#492) * fix: update projects description * feat: explain how to start the project locally * chore: upgrade required node version to >=20 * fix: slimmer readme
- Loading branch information
1 parent
d62b729
commit a280ce4
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Link Addresses | ||
|
||
The Link Addresses Website acts as a guide to setting up a web3name and as an interface for linking your DID and web3name to any of your account addresses in the Polkadot ecosystem. | ||
The Link Addresses Website acts as an interface for linking your DID and web3name to any of your account addresses in the Polkadot or Ethereum ecosystem. | ||
|
||
https://linking.trusted-entity.io/ | ||
|
||
## Start the project locally | ||
|
||
1. [Clone the repository ](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). | ||
2. Install the dependencies by running `yarn install`. | ||
3. On the root directory, copy the `.env.example` to `.env` and customize the variable values to your needs. | ||
4. Start the project by running `yarn dev`. | ||
5. Visit http://localhost:1234/ on any browser on your machine. | ||
This happens mostly automatically. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,6 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=18.20.3" | ||
"node": ">=20.0" | ||
} | ||
} |