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.
- Node.js v18 or later
npm install
cp .example.env .env
The configuration file must be written according to your specific setup.
npm run dev
You can access it at http://localhost:3000.