Welcome to the SMS Without Borders project homepage!
This project was crafted with React for a seamless development experience.
To get started, navigate to the project directory and execute the following commands:
yarn install
yarn start
This will launch the application in development mode. You can then access it in your browser at http://localhost:3000. The page will automatically reload as you make changes, and any lint errors will be displayed in the console.
We welcome contributions to SMS Without Borders! To contribute, please follow these steps:
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your feature or bug fix:
Replace
git checkout -b feature-name
feature-name
with a descriptive name for your feature or bug fix. - Make your changes and commit them with descriptive commit messages:
git commit -am "Brief description of changes"
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request (PR) from your forked repository's branch to the
dev
branch of the main repository.
Once your PR is opened, our team will review your changes and work with you to merge them into the dev
branch.
In addition to React, we utilized the following packages to enhance functionality:
- MUI
- React Icons
Feel free to explore and contribute to make SMS Without Borders even better!