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
- Host: GitHub
- URL: https://github.com/magickbase/ckb-testnet-faucet-frontend
- Owner: Magickbase
- License: mit
- Created: 2023-06-09T02:10:47.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-11T06:26:21.000Z (6 months ago)
- Last Synced: 2024-12-11T07:27:12.893Z (6 months ago)
- Topics: blockchain, ckb, faucet, nervos
- Language: TypeScript
- Homepage: https://ckb-faucet-magickbase.vercel.app/
- Size: 640 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!