Display members of Discord server role by role
src | ||
static | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json |
Discord members app
Shows discord server's members role by role.
Installing application
-
Clone repository to your server
-
Add environment variables to
.env
file (seesrc/env.ts
for documentation & reference) -
Build with
docker composer up
-
Configure your web server
-
Add application to your discord server via installation link. Select server with ID you used in
DISCORD_GUILD_ID
environment variable -
💵💵💵
Development setup
# Install dependencies
npm i
# Start development server
npm run dev
# Watch templates for classes to generate stylesheets
npm tw