This application is designed to create recurring events for Discord servers that take place every day.
- Clone the repository:
git clone https://github.com/jsopn/discord-events-planner.git
- Change into the project directory:
cd discord-events-planner
- Build the Docker image:
docker build -t discord-events-planner .
To run the Discord Events Planner application, use the following command:
docker run -p 3000:3000 discord-events-planner
This will start the application and make it available at http://localhost:3000
.
Contributions are welcome! If you encounter any bugs, have suggestions, or want to enhance the application, please open an issue or submit a pull request to this repository.
- For bug reports or feature requests, please use the issue tracker.
- For contributions, please follow the pull request guidelines.
This project is licensed under the MIT License. Feel free to use, modify, or distribute this code as per the terms of this license.