This is a the frontend-app repo for the Faucet-ATM.
In the first version, we use Next.js as the fullstack framework and nextui as our ui.
First, git clone this project.
git clone https://github.com/Faucet-ATM/Faucet-FrontEnd.git //or
git clone git@github.com:Faucet-ATM/Faucet-FrontEnd.git
Second, install all dependencies
pnpm install
Run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
If you are interested in this project, feel free to fork the project, write your code and commit, then request a push. We will also offer some bounty for your brilliant work and awesome ideas.
If you encounter a bug or run into trouble, you can open an issue to share your experience or ask for help. We have already set up some labels to categorize your questions.