Skip to content

Commit 4986db6

Browse files
committed
feat: 'Standalone mode runs in foreground' memo
* At general quickstart for `spacetime start`
1 parent d030309 commit 4986db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
To develop SpacetimeDB applications locally, you will need to run the Standalone version of the server.
44

55
1. [Install](/install) the SpacetimeDB CLI (Command Line Interface)
6-
2. Run the start command
6+
2. Run the start command:
77

88
```bash
99
spacetime start
1010
```
1111

1212
The server listens on port `3000` by default, customized via `--listen-addr`.
1313

14+
💡 Standalone mode will run in the foreground.
1415
⚠️ SSL is not supported in standalone mode.
1516

1617
## What's Next?

0 commit comments

Comments
 (0)