The Faucet is built using React and Next.js.
To contribute to the Godwoken Faucet, follow these steps:
- Clone the repository:
git clone https://github.com/godwokenrises/godwoken-faucet.git
- Install the dependencies:
We use Yarn as our package manager.
npm install yarn -g
yarn install
- Add and update .env file:
mv .env.example .env
- Start the development server:
yarn dev
- Open your browser and go to http://localhost:3000/ to see the website in action.
We welcome contributions from the community.
Godwoken Faucet is open-source software licensed under the MIT license.