Skip to content

kkrt-labs/faucet-frontend

Repository files navigation

Kakarot Faucet - Website

The fast, native Sepolia Testnet faucet to kickstart your journey in the Kakarot ecosystem.

checkout the current deployment ✨ faucet-v0

faucet uses GitHub’s public API to fetch mutual followers for every profile you visit, straight to the profile page!

📂 project structure?

  • app/page.tsx -> using next's app router, this is our home page
  • app/globals.css -> base for tailwind + shared styles
  • components/ -> hosts all shared elements + /ui/ is base for @shadcn components
  • public/assets -> all shared assets, .svg preffered
  • .env.example -> create your own .env file following the structure here

🤓 what's the tech?

  1. TailwindCSS
  2. TypeScript
  3. NextJS
  4. ReactQuery

🛠 want to install faucet, locally?

git clone https://github.com/kkrt-labs/faucet-frontend
cd faucet-frontend && npm i
npm run dev

# aleternatively, yarn && yarn dev -> installs packages + starts server at port 3000!

made at kkrt labs 🥕✌️