warning This project is provided for educational purposes only. The usage of code within this project is at the user's own risk. The code author is not responsible for any damage or issues that may arise.
Moec is a simple and easy-to-set-up WhatsApp template.
To get started with Moec, follow these steps:
- Clone this repository to your local machine using the following command *make sure you have installed git and nodejs on your mechine if dont have install here:
git clone https://github.com/miruchigawa/moec.git
- Navigate to the project directory
cd moec
- Install the required dependencies using a package manager like yarn:
yarn install
- Copy configuration file
cp -i config.example.js config.js
-
Fill all configuration file eg. prefix, owner_id on config.js
-
Now start application
node src/index.js
We welcome contributions from the community to improve and enhance the project. If you're interested in contributing, please follow these guidelines:
If you find a bug or have a feature request, please open an issue. Provide as much detail as possible, including steps to reproduce the issue or a clear description of the requested feature.
- Fork the repository and create a new branch from
main
. - Make your changes and ensure the code is well-tested.
- Create a pull request, referencing the related issue if applicable.
- Ensure your pull request description is clear and includes information about the changes you've made.
Please follow our coding guidelines to maintain consistency within the project. Ensure your code is well-documented and formatted.
This project under MIT License
See To-Do List