Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 501 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 501 Bytes

Faucet Frontend

This is the frontend service for the OpenBuild Faucet project, built using React and Ant Design. OpenBuild is the open-source community that supports this project.

Prerequisites

  • Node.js v18 or later

Quick Start

Install Dependencies

npm install

Configure

cp .example.env .env

The configuration file must be written according to your specific setup.

Run

npm run dev

You can access it at http://localhost:3000.