We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b073c71 commit 3261a83Copy full SHA for 3261a83
docs/CONTRIBUTING.md
@@ -350,6 +350,12 @@ with `CTRL-C` and rerun this command every time you change the backend code):
350
cargo run --bin server
351
```
352
353
+Then start the background worker (which will process uploaded READMEs):
354
+
355
+```
356
+cargo run --bin background-worker
357
358
359
Then start a frontend that uses this backend by running this command in another
360
terminal session (the frontend picks up frontend changes using live reload
361
without a restart needed, and you can leave the frontend running while you
0 commit comments