diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b45554b..2dd6ee6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,6 @@ If you find a bug or have a feature request, please open an issue on GitHub. Pro - Be respectful and considerate in your communications. - Follow the project's code of conduct. -For more information, visit our [documentation site](https://style-forge.dev/helpers/). +For more information, visit our [documentation site](https://style-forge.github.io/helpers/). Thank you for your contributions! diff --git a/README.md b/README.md index 6992d3a..c0b239e 100644 --- a/README.md +++ b/README.md @@ -9,25 +9,15 @@ `Style-Forge.Helpers` is a utility library that provides a set of essential CSS helper classes to enhance and simplify your web development workflow. It includes various utilities for spacing, alignment, visibility, and more, ensuring a more efficient and maintainable codebase. -## Description +## Documentation -To check out docs, visit [style-forge.dev](https://style-forge.dev/helpers/) +To check out docs, visit [style-forge.github.io](https://style-forge.github.io/helpers/). -## Contributing +## Support the project ⭐ -We welcome contributions from the community! Please follow these steps to contribute: +If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏 -1. Fork the repository. -2. Create a new branch: `git checkout -b feature/branch-name`. -3. Make your changes and commit them: `git commit -am 'Add some feature'`. -4. Push your changes to the forked repository: `git push origin feature/branch-name`. -5. Create a pull request in the original repository. - -For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md). - -## License - -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +style-forge-star ## Modules @@ -74,10 +64,18 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file -## Authors +## Contributing + +We welcome contributions from the community! Please follow these steps to contribute: + +1. Fork the repository. +2. Create a new branch: `git checkout -b feature/branch-name`. +3. Make your changes and commit them: `git commit -am 'Add some feature'`. +4. Push your changes to the forked repository: `git push origin feature/branch-name`. +5. Create a pull request in the original repository. -- **Dmitrii Sagalov** - *Expert in interface development* - [Sarmaged](https://github.com/Sarmaged) +For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md). -## Contact +## License -If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Style-Forge/helpers/issues). +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. diff --git a/package.json b/package.json index 4177112..f2ef54d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bugs": { "url": "https://github.com/Style-Forge/helpers/issues" }, - "homepage": "https://style-forge.dev/helpers/", + "homepage": "https://style-forge.github.io/helpers/", "publishConfig": { "registry": "https://registry.npmjs.org/" }