user-leaderboard-svelte

User Leaderboard Svelte

๐Ÿ€ A small example of a leaderboard in Svelte with filtering of scores for each month.

User Leaderboard

QuickStart

  1. Copy the environment variables

    cp .env.example .env
    
  2. Replace the <absolute_url> in the local database env with:

    pwd # e.g. /Users/carlo/Projects/svelte-launch (copy this!)
    
    # Replace the .env with:
    DATABASE_URL="file:/Users/carlo/Projects/svelte-launch/local.db"
    
  3. Generate

    bun db:generate # generates Kysely and Prisma client types.
    bun db:migrate # migrates your database.
    bun db:seed # seeds your database with the data (according to the examples by Charles Okrobo)
    
  4. Install deps and run dev

    bun install
    bun dev
    

This was built with Carlo's ๐Ÿงก Svelte Launch starter.

An sophisticated boiler-plate built for simplicity.

Top categories

Loading Svelte Themes