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 d030309 commit 4986db6Copy full SHA for 4986db6
docs/getting-started.md
@@ -3,14 +3,15 @@
3
To develop SpacetimeDB applications locally, you will need to run the Standalone version of the server.
4
5
1. [Install](/install) the SpacetimeDB CLI (Command Line Interface)
6
-2. Run the start command
+2. Run the start command:
7
8
```bash
9
spacetime start
10
```
11
12
The server listens on port `3000` by default, customized via `--listen-addr`.
13
14
+💡 Standalone mode will run in the foreground.
15
⚠️ SSL is not supported in standalone mode.
16
17
## What's Next?
0 commit comments