latticexyz / skystrife-leaderboard

Home Page:https://skystrife-leaderboard-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyStrife Leaderboard

Setup

  1. git clone this repository.
  2. Run pnpm install in the base directory to install all dependencies.
  3. Run pnpm dev to start the client.
  4. Go to localhost:3000.

Modifying the client

Reading tables

Use RECS to read the state of tables on the World. All of the Sky Strife tables can be found in the public MUD config.

Note: although all tables are defined on the client, only specific tables are actually hydrated to reduce load times. The client will not warn you and these tables will appear empty. To ensure a table is loaded in the client, add to the TABLES array in setupNetwork.

Reading different worlds

To change the default world loaded in the client, update worlds.json.

About

https://skystrife-leaderboard-client.vercel.app

License:MIT License


Languages

Language:TypeScript 94.2%Language:CSS 4.4%Language:HTML 0.9%Language:JavaScript 0.5%