Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 7 Jahren
vor 7 Jahren
vor 13 Jahren
vor 13 Jahren
vor 13 Jahren
vor 8 Jahren
vor 8 Jahren
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <div align="center">
  2. <h1>
  3. <br>
  4. <a href="https://frappeframework.com">
  5. <img src=".github/frappe-framework-logo.svg" height="50">
  6. </a>
  7. </h1>
  8. <h3>
  9. a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
  10. </h3>
  11. <h5>
  12. it's pronounced - <em>fra-pay</em>
  13. </h5>
  14. </div>
  15. <div align="center">
  16. <a href="https://github.com/frappe/frappe/actions/workflows/server-mariadb-tests.yml">
  17. <img src="https://github.com/frappe/frappe/actions/workflows/server-mariadb-tests.yml/badge.svg">
  18. </a>
  19. <a href="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml">
  20. <img src="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
  21. </a>
  22. <a href='https://frappeframework.com/docs'>
  23. <img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
  24. </a>
  25. <a href='https://www.codetriage.com/frappe/frappe'>
  26. <img src='https://www.codetriage.com/frappe/frappe/badges/users.svg'>
  27. </a>
  28. <a href="https://codecov.io/gh/frappe/frappe">
  29. <img src="https://codecov.io/gh/frappe/frappe/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
  30. </a>
  31. </div>
  32. Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com)
  33. <div align="center">
  34. <a href="https://frappecloud.com/frappe/signup">
  35. <img src=".github/try-on-f-cloud-button.svg" height="40">
  36. </a>
  37. </div>
  38. ## Table of Contents
  39. * [Installation](#installation)
  40. * [Contributing](#contributing)
  41. * [Resources](#resources)
  42. * [License](#license)
  43. ## Installation
  44. * [Install via Docker](https://github.com/frappe/frappe_docker)
  45. * [Install via Frappe Bench](https://github.com/frappe/bench)
  46. * [Offical Documentation](https://frappeframework.com/docs/user/en/installation)
  47. * [Managed Hosting on Frappe Cloud](https://frappecloud.com/frappe/signup)
  48. ## Contributing
  49. 1. [Code of Conduct](CODE_OF_CONDUCT.md)
  50. 1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
  51. 1. [Security Policy](SECURITY.md)
  52. 1. [Translations](https://translate.erpnext.com)
  53. ## Resources
  54. 1. [frappeframework.com](https://frappeframework.com) - Official documentation of the Frappe Framework.
  55. 1. [frappe.school](https://frappe.school) - Pick from the various courses by the maintainers or from the community.
  56. ## License
  57. This repository has been released under the [MIT License](LICENSE).