Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 705 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 705 Bytes

Pebble Application

Overview

Pebble aims to enhance the NFT ecosystem by providing seamless integration with various networks and offering innovative features such as Restore Pebble NFTs, StakeStone ETH, and Airdrops.

Getting Started

Prerequisites

  • Node.js (v18 or newer)

Installation

1. Clone the repository:

git clone /~https://github.com/PebbleNFTdao/pebble.git
cd pebble

2. Install the dependencies:

npm install

3. Setup Environment Variables

cp .env.example .env.local

Development

To start the development server:

npm run dev

This command will start the Vite development server at http://localhost:5173.