Skip to content

Verifies membership of Google Workspace for joining Discord guilds as a member themselves.

License

Notifications You must be signed in to change notification settings

yumemi-inc/yume.me

Repository files navigation

YUME@me

Verifies membership of Google Workspace for joining Discord guilds as a member themselves.

✅ Prerequisites

✨ Getting Started

pnpm install

# Runs a development server
pnpm dev

# Builds entire the project to deploy
pnpm build

📦 Deployment for AWS Amplify

Use the following build config to deploy this project onto AWS Amplify instead of Vercel. If you have no reason for that, use Vercel.

version: 1
frontend:
  phases:
    preBuild:
      commands:
        - npm install -g pnpm
        - pnpm install
        - env > .env.local
    build:
      commands:
        - pnpm run build
  artifacts:
    baseDirectory: .next
    files:
      - '**/*'
  cache:
    paths:
      - node_modules/**/*

🙌 We're hiring!

See https://hrmos.co/pages/yumemi .

About

Verifies membership of Google Workspace for joining Discord guilds as a member themselves.

Resources

License

Stars

Watchers

Forks