Trying to set up a chat room in Godot following the SpacetimeDB docs
Find a file
2025-05-20 14:26:53 -04:00
.editorconfig init basic editor and git configs 2025-05-20 14:26:22 -04:00
.gitattributes init basic editor and git configs 2025-05-20 14:26:22 -04:00
.gitignore init basic editor and git configs 2025-05-20 14:26:22 -04:00
bun.lockb init bun and docker compose 2025-05-20 14:26:53 -04:00
docker-compose.yml init bun and docker compose 2025-05-20 14:26:53 -04:00
mise.toml mise 2025-05-20 14:25:54 -04:00
package.json init bun and docker compose 2025-05-20 14:26:53 -04:00
README.md init bun and docker compose 2025-05-20 14:26:53 -04:00

Massive

Setup

Install run-times

mise use

Install SpacetimeDB

curl -sSf https://install.spacetimedb.com | sh

Installs to

CLI configuration directory: /home/baobeld/.config/spacetime/
Spacetime binary: /home/baobeld/.local/bin/spacetime
directory for installed SpacetimeDB versions: /home/baobeld/.local/share/spacetime/bin
database directory: /home/baobeld/.local/share/spacetime/data

And enable WebAssembly:

dotnet workload install wasi-experimental