Setting Up Polkadot-js-apps

Setting Up a shadows test Polkadot-js-apps

  1. Clone the repo locally, via

    git clone https://github.com/ShadowsNetwork/apps.git

  2. Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0 is recommended.

  3. Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.

  4. Install the dependencies by running yarn install

  5. running yarn build

  6. Ready! Now you can launch the UI (assuming you have a local Shadows Node running), via yarn run start

  7. Access the UI via http://localhost:3000

Last updated