Setting Up Polkadot-js-apps
Setting Up a shadows test Polkadot-js-apps
Clone the repo locally, via
Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0 is recommended.
Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
Install the dependencies by running
yarn install
running
yarn build
Ready! Now you can launch the UI (assuming you have a local Shadows Node running), via
yarn run start
Access the UI via http://localhost:3000
Last updated
Was this helpful?