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.
2 parents ce5696f + 3261a83 commit 36a469aCopy full SHA for 36a469a
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