https://github.com/nderousseaux/utilitaires-discord
Utilitaires discord en tout genre. Permettra pour commencer, de changer le nom d'un groupe discord de manière aléatoire.
https://github.com/nderousseaux/utilitaires-discord
discord-phrases project
Last synced: 3 months ago
JSON representation
Utilitaires discord en tout genre. Permettra pour commencer, de changer le nom d'un groupe discord de manière aléatoire.
- Host: GitHub
- URL: https://github.com/nderousseaux/utilitaires-discord
- Owner: nderousseaux
- Created: 2023-05-28T09:50:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T21:56:31.000Z (about 2 years ago)
- Last Synced: 2025-02-12T18:35:04.328Z (4 months ago)
- Topics: discord-phrases, project
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utilitaires Discord - Serveur
## Lancer l'application
- Créer et remplir le fichier `.env`. (.env.dev ou .env.production)
- Lancer l'application :
```shell
#Développement
$ docker-compose up --build#Debug
$ docker-compose -f docker-compose.yml -f docker-compose.debug.yml up --build#Linter server
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml run --rm server pylint src/#Production
$ docker-compose -f docker-compose.yml -f docker-compose.production.yml up --build
```## Documentation
On retrouvera la documentation du projet juste [ici](https://gitlab.com/projets-diy/utilitaires-discord/utilitaires-discord/-/wikis/home)