Install dependencies:
$ pnpm installOn MacOS or Linux, run the app with this command:
$ DEBUG=odin-members-only:* pnpm dev/startOn Windows Command Prompt, use this command:
> set DEBUG=odin-members-only:* & pnpm dev/startOn Windows PowerShell, use this command:
PS> $env:DEBUG='odin-members-only:*'; pnpm dev/start