Skip to content
CCPEDIAby Unity Nodes
Documentation/GitHub Code/PartyLayer/PartyLayerView on GitHub Code

PartyLayer/PartyLayer: apps/registry-server/README.md

# PartyLayer Registry Server Minimal production-ready server for serving wallet registry files. ## Usage ### Development ```bash # Install dependencies pnpm install # Run in dev mode pnpm dev # Or build and run pnpm build pnpm start ``` ### Production ```bash # Set environment variables export PORT=

Read on GitHub Code