Display members of Discord server role by role
Find a file
Ondřej Nývlt e1f9ad0779 Style things
2022-12-22 23:32:18 +01:00
src Style things 2022-12-22 23:32:18 +01:00
static Style things 2022-12-22 23:32:18 +01:00
.editorconfig Initialize 2022-12-22 18:17:18 +01:00
.eslintrc Initialize 2022-12-22 18:17:18 +01:00
.gitignore Commit built stylesheets to version control 2022-12-22 18:31:57 +01:00
.prettierrc Initialize 2022-12-22 18:17:18 +01:00
docker-compose.yml Containerize app 2022-12-22 18:17:18 +01:00
Dockerfile Containerize app 2022-12-22 18:17:18 +01:00
LICENSE.md Add documentation, readme, license 2022-12-22 18:51:09 +01:00
package-lock.json Style things 2022-12-22 23:32:18 +01:00
package.json Style things 2022-12-22 23:32:18 +01:00
README.md Add documentation, readme, license 2022-12-22 18:51:09 +01:00
tailwind.config.js Style things 2022-12-22 23:32:18 +01:00
tsconfig.json Style things 2022-12-22 23:32:18 +01:00

Discord members app

Shows discord server's members role by role.

Installing application

  1. Clone repository to your server

  2. Add environment variables to .env file (see src/env.ts for documentation & reference)

  3. Build with docker composer up

  4. Configure your web server

  5. Add application to your discord server via installation link. Select server with ID you used in DISCORD_GUILD_ID environment variable

  6. 💵💵💵

Development setup

# Install dependencies
npm i

# Start development server
npm run dev

# Watch templates for classes to generate stylesheets
npm tw

License

MIT