Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 994 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 994 Bytes

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.