https://github.com/meteor-discord/application
Meteor is an open-source Discord application aiming to revolutionize the landscape with innovative features and seamless user experiences.
https://github.com/meteor-discord/application
bun discord discord-app discord-bot discordjs typescript
Last synced: about 1 year ago
JSON representation
Meteor is an open-source Discord application aiming to revolutionize the landscape with innovative features and seamless user experiences.
- Host: GitHub
- URL: https://github.com/meteor-discord/application
- Owner: meteor-discord
- License: mit
- Created: 2024-10-08T15:08:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T21:12:41.000Z (over 1 year ago)
- Last Synced: 2024-12-03T22:18:46.746Z (over 1 year ago)
- Topics: bun, discord, discord-app, discord-bot, discordjs, typescript
- Language: TypeScript
- Homepage: https://meteors.cc/
- Size: 400 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://crowdin.com/project/meteor-application)
## About the project
Meteor is an open-source Discord application that is flexible and easy to use. It includes features that improve server security and enhance the user experience.
The Meteor team is committed to making the application better over time, adding new features based on what users want.
Join the [Discord](https://discord.meteors.cc) server for more information or to participate in the development of Meteor.
### Built with
- [Bun](https://github.com/oven-sh/bun)
- [Discord.js](https://github.com/discordjs/discord.js)
- [Prisma](https://github.com/prisma/prisma) with PostgreSQL
- [Pino](https://github.com/pinojs/pino)
## Installation
### Prerequisites
- [Discord Application](https://discord.dev/)
- [Bun](https://bun.sh/)
- PostgresQL Database
- Cobalt Instance (Optional)
> [!TIP]
> On [neon.tech](https://neon.tech/) you can quickly set up a database for free, good for development and testing.
### Usage
1. Clone the repository
2. Install dependencies with `bun install`
3. Fill in the `.env` with data from `.env.example`
4. Run the application
```bash
bun start # without hot reloading
bun dev # with hot reloading
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) for details on how to contribute.
### Contributors