Env | Link | Description |
---|---|---|
prod |
https://explore.pod.town | Official page of Pod Town Metaverse |
dev |
https://beta.pod.town | Tests are conducted here before releasing to production |
- Phaser 3
- React
- Spine
- MatterJS
Show table
Required | Name | Description |
---|---|---|
✅ | VITE_CHARACTER_ASSET_PATH |
The storage url for characer assets |
✅ | VITE_TV_HEAD_IMAGE_PATH |
Used for supporting other collections in the form of TV-Head character |
✅ | VITE_API_POD_BASE_URL |
Pod API endpoint, for detail see API |
✅ | VITE_API_BASE_URL |
Verse API endpoint, for detail see API |
✅ | VITE_API_WEBSOCKET_URL |
Verse WS endpoint, for detail see API |
Change .env-sample file to .env, fill some required secrets
Install packages
yarn
Run bot in dev mode (notice the vdev
, not dev
)
yarn vdev
Name | Value | Documentation | Note |
---|---|---|---|
VITE_API_POD_BASE_URL |
https://backend.pod.so/api/v1 |
||
VITE_API_BASE_URL |
https://api.verse.console.so/api/v1 |
Swagger | |
VITE_API_WEBSOCKET_URL |
wss://api.verse.console.so/socket/websocket |