dApp on the Robonomics network. Provides a view and interaction layer from a browser.
Contributions are welcome!
This repository uses npm to organize the code. As such, after cloning dependencies should be installed via npm.
Vue js framework is used to create user interfaces.
To start -
- Clone the repo locally, via
git clone https://github.com/airalab/robonomics.app <optional local path> - Ensure that you have a recent LTS version of Node.js, for development purposes Node >= 24 is recommended.
- Install the dependencies by running
npm i
- Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via
npm run dev
- Access the UI via http://localhost:5173