# Need to recursively install submodules or app wont build
git clone [email protected]:subspace-dev/app.git --recurse-submodules
required for WAuth, no need if you just want to use a window wallet
Download the pocketbase binary into wauth/backend/bin
according to your platform
Set the appropriate environment variables in wauth/backend/.env.template
and rename it to .env
- SU_EMAIL - pocketbase superuser email
- SU_PASS - pocketbase superuser password
- BOT_TOKEN - Discord bot token
You will need to have bun pre installed for this
bun run install:all
bun run build:all