git clone
this repository.- Run
pnpm install
in the base directory to install all dependencies. - Run
pnpm dev
to start the client. - Go to
localhost:3000
.
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
.
To change the default world loaded in the client, update worlds.json
.