Welcome to the SMSWithoutBorders Blog repository! This blog serves as a platform to share updates, new features, and ongoing projects related to SMSWithoutBorders. We encourage contributions from anyone interested in our project and its mission.
SMSWithoutBorders is an open-source project aimed at providing relay SMS services. Our mission is to [insert mission statement here]. To learn more about SMSWithoutBorders, visit our website.https://smswithoutborders.com/
Here's how you can contribute:
- Cloning the Repository
Clone the repository to your local machine:
git clone https://github.com/smswithoutborders/blog/tree/main
- Navigate to the project directory:
cd blog
- Setting Up Locally
Ensure you have Node.js installed on your machine.
- Install dependencies using PNPM:
pnpm install
-
Making Changes
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name
After making changes, add and commit them:
git add .
git commit -m "Add your commit message here"
-
Testing Locally
Once you've made your changes, run the blog locally to test them:
pnpm run dev
This will start a development server, and you can view the blog at http://localhost:3000. Verify that your changes look and function as expected.
Push your changes to your forked repository:
git push origin feature/your-feature-name
Go to the repository on GitHub and create a pull request from your branch to the main branch.
Provide a clear description of your changes in the pull request, and wait for the review and feedback from the maintainers.
Our blog is automatically deployed when changes are merged into the main branch. Once your pull request is approved and merged, your changes will be live on our blog!
If you have any questions or need assistance with contributing, or think we can change something on the blog layout or anything, feel free to open an issue in this repository.
smswithoutborders blog
uses Tailwind CSS (v3.0).