Stellar Discord Bot
Nest TypeScript Discord Bot for the Stellar Development Foundation.
Check out the Discord here Stellar Discord.
- Node.js >= 20.x
- pnpm
- Docker (optional, for containerized deployment)
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Using ngrok
ngrok http 3000
cloudflared tunnel --url http://localhost:3000
Build image locally
docker build --platform linux/amd64 -t devrel-discord-bot .
Push to DockerHub
docker tag devrel-discord-bot:latest chrisstellar/devrel-discord-bot:latest
docker push chrisstellar/devrel-discord-bot:latest
Nest is MIT licensed.