Ensure you have the following installed:
- Node.js (>=14.0.0)
- npm (>=6.0.0) or yarn (>=1.22.0)
-
Clone the repository:
git clone https://github.com/Merdi-kim/arweave-miner-ui-nextjs.git cd arweave-miner-ui-nextjs
-
Install dependencies:
Using npm:
npm install
Using yarn:
yarn install
Start the development server:
Using npm:
npm run dev