An open API service indexing awesome lists of open source software.

https://github.com/magickbase/ckb-testnet-faucet-frontend


https://github.com/magickbase/ckb-testnet-faucet-frontend

blockchain ckb faucet nervos

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# CKB Testnet Faucet Frontend
## Requirements
- [Node.js >= 18](https://nodejs.org/en/download)
- [Pnpm](https://pnpm.io/installation)
- [Git](https://git-scm.com/downloads)

## Setup and Run
### Clone the project and install dependencies
```bash
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
```bash
pnpm dev
```
## Contributing
PR is welcome!