File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ const db =
88
88
{
89
89
// your config
90
90
client: {
91
- rpcUrl: dojoConfig.rpcUrl,
92
91
toriiUrl: dojoConfig.toriiUrl,
93
92
relayUrl: dojoConfig.relayUrl,
94
93
worldAddress: dojoConfig.manifest.world.address,
@@ -172,6 +171,7 @@ Dojo.js is a work in progress. We welcome contributions! Here's how you can get
172
171
``` bash
173
172
git clone https://github.com/dojoengine/dojo.js.git
174
173
cd dojo.js
174
+ git submodule update --init --recursive
175
175
```
176
176
177
177
2. Install dependencies:
@@ -193,13 +193,27 @@ Before running examples, you need to build the packages:
193
193
- Watch for changes (development mode):
194
194
195
195
` ` ` bash
196
- pnpm run build --watch
196
+ pnpm run dev
197
197
` ` `
198
+ - Try out a specific example :
199
+
200
+ ` ` ` bash
201
+ pnpm run dev --filter example-vite-react-sdk
202
+ ` ` `
203
+
198
204
199
205
# ## Running The Examples
200
206
201
207
To run the examples, you' ll need to set up three terminal windows:
202
208
209
+ **With docker**:
210
+ 1. Navigate to the Dojo starter directory:
211
+
212
+ ```bash
213
+ cd worlds/dojo-starter
214
+ docker compose up
215
+ ```
216
+
203
217
**Terminal 1**: Set up the Dojo starter environment
204
218
205
219
1. Navigate to the Dojo starter directory:
You can’t perform that action at this time.
0 commit comments