MiningOS Logo
Install MiningOS

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.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

On this page