CKB Testnet Faucet Frontend

Requirements

Setup and Run

Clone the project and install dependencies

git pull https://github.com/Magickbase/ckb-testnet-faucet-frontend.git
cd ckb-testnet-faucet-frontend
pnpm install

Copy environment config

cp .env .env.local

Run the project

pnpm dev

Contributing

PR is welcome!