Website for Stakers Union members to access their account, manage addresses and rewards.
- Next.js
- Clerk (auth)
- MongoDB + Mongoose (database)
- shadcn/ui (components)
- TanStack Query (data fetching)
- Splits (funding contract)
Copy .env.local.example
to .env.local
and fill in the values.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.