Skip to content

airalab/dev.robonomics.app

 
 

Repository files navigation

dApp ROBONOMICS NETWORK

dApp on the Robonomics network. Provides a view and interaction layer from a browser.

Development

Contributions are welcome!

This repository uses yarn to organize the code. As such, after cloning dependencies should be installed via yarn, not via npm. Vue js framework is used to create user interfaces.

To start -

  1. Clone the repo locally, via git clone https://github.com/airalab/dapp.robonomics.network <optional local path>
  2. Ensure that you have a recent LTS version of Node.js, for development purposes Node >= 16 is recommended.
  3. Ensure that you have a recent version of Yarn, for development purposes Yarn >= 1.22 is required.
  4. Install the dependencies by running
yarn
  1. Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via
yarn serve
  1. Access the UI via http://localhost:8080

About

Dev version for robonomics.app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.9%
  • JavaScript 46.5%
  • HTML 0.6%