Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thepurplebubble/magic-mirror

Mirroring Slack Channels Between Workspaces
https://github.com/thepurplebubble/magic-mirror

bolt purple-bubble purplebubble slack slack-bot

Last synced: 2 months ago
JSON representation

Mirroring Slack Channels Between Workspaces

Awesome Lists containing this project

README

        

# magic-mirror

## Overview

### Building and running your application

You can set this up with the docker compose file that is found in the root of the project. You can run the following command to build and run the application:

```bash
docker compose up -d
```

This will pull the latest image from the ghcr.io registry and run it in a container.

### development

To run the application in development mode, you can run the following two commands:

```bash
bun install
bun dev
```

This will install the dependencies and run the application in development mode.

## References

- [Bun Docker guide](https://bun.sh/guides/ecosystem/docker)