Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thepurplebubble/magic-mirror
- Owner: thepurplebubble
- Created: 2024-07-01T22:48:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T21:41:19.000Z (6 months ago)
- Last Synced: 2024-10-25T02:38:31.361Z (3 months ago)
- Topics: bolt, purple-bubble, purplebubble, slack, slack-bot
- Language: TypeScript
- Homepage:
- Size: 253 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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)