Deno police

This commit is contained in:
Kevin FEDYNA
2025-01-28 23:43:36 +01:00
parent ccbec884e8
commit 8f1088a0f8
2 changed files with 33 additions and 12 deletions
+7 -2
View File
@@ -1,6 +1,10 @@
# Contributing # Contributing
Thank you for your interest in contributing to our project! We appreciate your help in making this project better. To get started with contributing, please refer to our [Contributing Guide](https://github.com/fedyna-k/PolyMPR/wiki/Contributing) on the project's wiki. Thank you for your interest in contributing to our project! We appreciate your
help in making this project better. To get started with contributing, please
refer to our
[Contributing Guide](https://github.com/fedyna-k/PolyMPR/wiki/Contributing) on
the project's wiki.
The Contributing Guide provides detailed information on how to: The Contributing Guide provides detailed information on how to:
@@ -10,6 +14,7 @@ The Contributing Guide provides detailed information on how to:
- Follow our coding standards and guidelines - Follow our coding standards and guidelines
- Report bugs and suggest improvements - Report bugs and suggest improvements
If you have any questions or need further assistance, feel free to reach out to us by opening an issue or contacting the maintainers directly. If you have any questions or need further assistance, feel free to reach out to
us by opening an issue or contacting the maintainers directly.
Happy coding! 💻✨ Happy coding! 💻✨
+25 -9
View File
@@ -1,22 +1,34 @@
# ✨ PolyMPR ✨ # ✨ PolyMPR ✨
**PolyMPR** (Poly Management Platform for Resources) is a modern, modular framework built on **Deno** and **Fresh**, designed to help organizations transition their HR systems to the cloud. With its **modulith architecture**, PolyMPR simplifies the development, deployment, and maintenance of HR applications, making it the perfect choice for teams looking to modernize their workflows. 🌐 **PolyMPR** (Poly Management Platform for Resources) is a modern, modular
framework built on **Deno** and **Fresh**, designed to help organizations
transition their HR systems to the cloud. With its **modulith architecture**,
PolyMPR simplifies the development, deployment, and maintenance of HR
applications, making it the perfect choice for teams looking to modernize their
workflows. 🌐
## Features ✨ ## Features ✨
- **Modular Design**: Easily add, remove, or update features without disrupting the entire system. 🧩 - **Modular Design**: Easily add, remove, or update features without disrupting
- **Cloud-Native**: Built for the cloud, enabling seamless integration with cloud services (amU DataCenter). ☁️ the entire system. 🧩
- **Cloud-Native**: Built for the cloud, enabling seamless integration with
cloud services (amU DataCenter). ☁️
- **Deno-Powered**: Utilizes Deno's secure runtime for TypeScript. 🦕 - **Deno-Powered**: Utilizes Deno's secure runtime for TypeScript. 🦕
- **Fresh Framework**: Delivers fast, edge-ready web applications with minimal overhead. ⚡ - **Fresh Framework**: Delivers fast, edge-ready web applications with minimal
overhead. ⚡
- **HR-Focused**: Tailored to meet the unique needs of INFO's HR. 👩‍💼👨‍💼 - **HR-Focused**: Tailored to meet the unique needs of INFO's HR. 👩‍💼👨‍💼
## Getting Started 🛠️ ## Getting Started 🛠️
### Prerequisites ### Prerequisites
- **Deno**: Install Deno by following the [official guide](https://deno.land/#installation).
- **Docker** (optional): Install Docker for containerized deployments. Follow the [Docker installation guide](https://docs.docker.com/get-docker/). - **Deno**: Install Deno by following the
[official guide](https://deno.land/#installation).
- **Docker** (optional): Install Docker for containerized deployments. Follow
the [Docker installation guide](https://docs.docker.com/get-docker/).
### Installation ### Installation
1. Clone the PolyMPR repository: 1. Clone the PolyMPR repository:
```bash ```bash
git clone https://github.com/fedyna-k/PolyMPR.git git clone https://github.com/fedyna-k/PolyMPR.git
@@ -28,7 +40,8 @@
``` ```
3. Access the application at `https://localhost`. 3. Access the application at `https://localhost`.
For detailed installation instructions, check out the [Installation Guide](./wiki/installation). For detailed installation instructions, check out the
[Installation Guide](./wiki/installation).
## Modules Overview 🧩 ## Modules Overview 🧩
@@ -49,7 +62,9 @@ For detailed CLI usage, check out the [CLI Documentation](./wiki/cli).
## Contributing 🤝 ## Contributing 🤝
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated. Heres how to get started: We welcome contributions from the community! Whether you're fixing bugs, adding
features, or improving documentation, your help is appreciated. Heres how to
get started:
1. Create a new issue. 1. Create a new issue.
2. Create a new branch for your changes: 2. Create a new branch for your changes:
@@ -70,4 +85,5 @@ Join the PolyMPR community to connect with other users and developers:
## License 📜 ## License 📜
PolyMPR is open-source and released under the **MIT License**. Feel free to use, modify, and distribute it as per the license terms. PolyMPR is open-source and released under the **MIT License**. Feel free to use,
modify, and distribute it as per the license terms.