Thank you for considering contributing to Pluto Theme Mode! Here are the steps to get started:
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/your-username/pluto-theme-mode.git
- Create a new branch for your feature or fix:
git checkout -b feature/your-feature-name
- Make your changes to the code.
- Commit your changes with a meaningful message:
git commit -m "Your detailed commit message"
- Push your changes:
git push origin feature/your-feature-name
- Open a pull request to the
main
branch of the original repository.
To set up the development environment locally, follow these steps:
- Clone the repository:
git clone https://github.com/ChakkritGit/pluto-theme-mode.git
- Install dependencies:
npm install
- Run the development server:
npm start
To run tests for this project, use:
npm test
Thank you for your contribution!