Skip to content

Verifies membership by NFT for joining Discord as a project member.

License

Notifications You must be signed in to change notification settings

akibe/yume.me.token

 
 

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 by NFT for joining Discord as a project member.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • JavaScript 4.0%
  • Shell 3.2%