A web tool made for Lloyd Wakefields Discord Workshop which shows all recent image submissions in a gallery view.
- Gallery view with all recent image submissions
- Give awards (place 1 - 5 + extra mentions) to submissions
- Fully responsive
- Stateless architecture - no database
Install dependencies
npm install
Start development server
npm run dev
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_BOT_TOKEN=
DISCORD_BOT_PERMISSIONS=66560
NEXTAUTH_SECRET=
NEXTAUTH_URL=
PRESELECT_GUILD_ID=
PRESELECT_CHANNEL_ID=
DISCORD_CLIENT_ID
: The Discord OAuth Client IdDISCORD_CLIENT_SECRET
: The Discord OAuth Client SecretDISCORD_BOT_TOKEN
: The generated secret Bot Token from DiscordDISCORD_BOT_PERMISSIONS
: Permissions needed (currently66560
)NEXTAUTH_SECRET
: A randomly generated secret string for encrypting JWTsNEXTAUTH_URL
: The base URL of the projectPRESELECT_GUILD_ID
: A guild to preselect and skip the guild selection stepPRESELECT_CHANNEL_ID
: A channel to preselect and skip the channel selection step
The CC BY-ND 4.0 Deed License. See the license file for more information.