Skip to content

Commit

Permalink
chore: upgrade required node version to >=20 (and some other minor im…
Browse files Browse the repository at this point in the history
…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
rompemoldes authored Jun 5, 2024
1 parent d62b729 commit a280ce4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
}
},
"engines": {
"node": ">=18.20.3"
"node": ">=20.0"
}
}

0 comments on commit a280ce4

Please sign in to comment.