yumemi-inc / yume.me

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

Home Page:https://yumeme.sandbox.yumemi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://yumeme.sandbox.yumemi.io

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%