Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```