HTTP MiningOS UI

Install the MiningOS UI

1. Clone the Repository

circle-info

Use the same working directory for all the workers.

Inside your working directory, run the following command to clone the (miningos-app-uiarrow-up-right) repository:

git clone https://github.com/tetherto/miningos-app-ui.git

After cloning the repository, move into its directory:

cd miningos-app-ui

2. Install Dependencies

Inside the miningos-app-ui directory, run the following command to install dependencies using npm:

npm ci

3. Build the MiningOS UI

Next, run the following command to build the MiningOS UI App:

npm run build

Last updated