INEEDAMONITOR / Role-Rally

🎭 Choose your own identities.

Home Page:https://role-rally.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Environment Variables

Pull the .env file

npx dotenv-vault@latest pull

or create a .env file

# We use Sendbird, MongoDB and Uploadthing as third-party APIs
# The client side env variables need have `NEXT_PUBLIC_` prefix

NEXT_PUBLIC_SENDBIRD_APP_ID={INFO}
API_TOKEN={INFO}
MONGODB_URI={INFO}
JWT_SECRET={INFO}
JWT_EXPIRES_IN={INFO}
UPLOADTHING_SECRET={INFO}
UPLOADTHING_APP_ID={INFO}

Install packages

pnpm install

Run the project

pnpm dev

Open localhost:3000 to see the results.

UML

Check out UML here

If you want to help refine the UML, check Get Start doc

About

🎭 Choose your own identities.

https://role-rally.vercel.app

License:Apache License 2.0


Languages

Language:HTML 58.6%Language:TypeScript 36.2%Language:CSS 2.7%Language:JavaScript 2.4%Language:Shell 0.0%