Skip to content

godwokenrises/godwoken-faucet

 
 

Repository files navigation

Godwoken Faucet

godwoken-faucet-screenshot

The Faucet is built using React and Next.js.

Contributing

To contribute to the Godwoken Faucet, follow these steps:

  1. Clone the repository:
git clone https://github.com/godwokenrises/godwoken-faucet.git
  1. Install the dependencies:

We use Yarn as our package manager.

npm install yarn -g
yarn install
  1. Add and update .env file:
mv .env.example .env
  1. Start the development server:
yarn dev
  1. Open your browser and go to http://localhost:3000/ to see the website in action.

Contributing

We welcome contributions from the community.

License

Godwoken Faucet is open-source software licensed under the MIT license.

Languages

  • TypeScript 97.1%
  • JavaScript 2.2%
  • Other 0.7%