Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabienheureux/youpimatin


https://github.com/fabienheureux/youpimatin

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# youpi matin ☕️

## Deployment

To test the staging and production environments :

```sh
# Run production environment
docker compose -f docker-compose.demo.prod.yml up -d

# Run staging environment
docker compose -f docker-compose.demo.staging.yml up -d
```

## Local development

To develop locally :

```sh
docker compose up -d
```