Setting Up a shadows test Polkadot-js-apps
Clone the repo locally, via
git clone https://github.com/ShadowsNetwork/apps.gitarrow-up-right
git clone
https://github.com/ShadowsNetwork/apps.git
Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0arrow-up-right is recommended.
Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1arrow-up-right is required.
Install the dependencies by running yarn install
yarn install
running yarn build
yarn build
Ready! Now you can launch the UI (assuming you have a local Shadows Node running), via yarn run start
yarn run start
Access the UI via http://localhost:3000arrow-up-right
Last updated 5 years ago