Skip to content

stakersunion/website

Repository files navigation

Stakers Union Member Area

Website for Stakers Union members to access their account, manage addresses and rewards.

Built With

  1. Next.js
  2. Clerk (auth)
  3. MongoDB + Mongoose (database)
  4. shadcn/ui (components)
  5. TanStack Query (data fetching)
  6. Splits (funding contract)

Environment Variables

Copy .env.local.example to .env.local and fill in the values.

Getting Started

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.

Releases

No releases published

Packages

No packages published