Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnpooch/dipcord
https://github.com/johnpooch/dipcord
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpooch/dipcord
- Owner: johnpooch
- License: apache-2.0
- Created: 2024-06-06T10:24:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T16:00:23.000Z (7 months ago)
- Last Synced: 2024-06-23T04:11:57.237Z (7 months ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dipcord
## Overview
Dipcord is a NodeJS server that runs a Discord bot which integrates with the
Diplicity API.## Getting Started
- Clone the repo
- Install Docker
- Run `docker-compose up`
- **Note** when you make a change locally, you need to rebuild the JS files and
then restart the container process:
`npm run build && docker-compose restart dipcord-application`. We should try
to improve this, it's a bit of a headache.