This is the repository backing the website of the Platform Mesh project.
We welcome contributions to the Platform Mesh website! If you have suggestions, improvements, or bug fixes, please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make your changes and commit them with a clear message
- Test your changes with the local dev server:
npm run dev
- Push your changes to your fork
- Create a pull request against the
main
branch of this repository