Client and other frontend/ui
Please, install all the dependencies using yarn.
$ yarn
To run a local testnet as shown below, make sure you have docker (without need of sudo) on your machine.
As a frontend developer that does not work with blockchain, you have the option to run a local testnet and deploy contract using only one command
$ npm run deploy-network
But for this to work, make sure you have the folder structure as shown bellow and have all dependecies installed in ui repository and Contracts repository.
Folder structure:
- some folder
- ui
- Contracts