HTTP MiningOS UI
Use the same working directory for all the workers.
Install the MiningOS UI
1. Clone the Repository
Use the same working directory for all the workers.
Inside your working directory, run the following command to clone the (miningos-app-ui) repository:
git clone https://github.com/tetherto/miningos-app-ui.gitAfter cloning the repository, move into its directory:
cd miningos-app-ui2. Install Dependencies
Inside the miningos-app-ui directory, run the following command to install dependencies using npm:
npm ci3. Build the MiningOS UI
Next, run the following command to build the MiningOS UI App:
npm run build