Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gugustinette/stream-for-humanity
Site non officiel du Stream For Humanity
https://github.com/gugustinette/stream-for-humanity
Last synced: about 8 hours ago
JSON representation
Site non officiel du Stream For Humanity
- Host: GitHub
- URL: https://github.com/gugustinette/stream-for-humanity
- Owner: Gugustinette
- Created: 2025-01-06T16:07:40.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:18:54.000Z (2 days ago)
- Last Synced: 2025-01-16T00:39:00.251Z (2 days ago)
- Language: Vue
- Homepage: https://gugustinette.github.io/stream-for-humanity/
- Size: 6.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream For Humanity
![Stream For Humanity](./public/assets/stream-for-humanity-affiche.jpeg)
Stream For Humanity est une initiative de streamers francophones mené par [AmineMaTue](https://x.com/AmineMaTue) pour soutenir les populations de la Palestine, du Congo, du Soudan et du Liban.
Il s'agit d'une levée de fond en faveur de [Médecins Sans Frontières](https://www.msf.fr/) en direct sur Twitch, qui commence le Vendredi 17 Janvier et se termine le Dimanche 19 Janvier.
Pour en savoir plus : [le compte Twitter d'Amine](https://x.com/AmineMaTue).
Ceci n'est pas un site officiel, simplement un outil pour centraliser les informations.
## Développement
Installation des dépendances :
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```Lancement du serveur local `http://localhost:3000` :
```bash
# npm
npm run dev# pnpm
pnpm dev# yarn
yarn dev# bun
bun run dev
```