Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 537 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 537 Bytes

Arweave Miner UI

Prerequisites

Ensure you have the following installed:

  • Node.js (>=14.0.0)
  • npm (>=6.0.0) or yarn (>=1.22.0)

Installation

  1. Clone the repository:

    git clone https://github.com/Merdi-kim/arweave-miner-ui-nextjs.git
    cd arweave-miner-ui-nextjs
  2. Install dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install

Running the Application

Start the development server:

Using npm:

npm run dev