Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyletryon/swiftrpgbot-discord
https://github.com/kyletryon/swiftrpgbot-discord
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyletryon/swiftrpgbot-discord
- Owner: KyleTryon
- Created: 2023-04-11T02:52:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T06:15:59.000Z (over 1 year ago)
- Last Synced: 2024-11-27T07:36:30.410Z (about 2 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 Introduction
A starter template equipped with several interaction commands and one event.
# 🏗 Development
```
npm install
npm run dev
```If you want to use [Nodemon](https://nodemon.io/) to auto-reload while in development:
```
npm run watch
```# 💻 Production
```
npm install --production
npm run build
npm run start
```# 🐋 Docker
To start your application:
```
docker-compose up -d
```To shut down your application:
```
docker-compose down
```To view your application's logs:
```
docker-compose logs
```For the full command list please view the [Docker Documentation](https://docs.docker.com/engine/reference/commandline/cli/).
# 📜 Documentation
- [discordx.js.org](https://discordx.js.org)
- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317)# ☎️ Need help?
- [Check frequently asked questions](https://discordx.js.org/docs/faq)
- [Check examples](https://github.com/discordx-ts/discordx/tree/main/packages/discordx/examples)
- Ask in the community [Discord server](https://discordx.js.org/discord)# 💖 Thank you
You can support [discordx](https://www.npmjs.com/package/discordx) by giving it a [GitHub](https://github.com/discordx-ts/discordx) star.