25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 1.7 KiB

7 yıl önce
7 yıl önce
7 yıl önce
6 yıl önce
7 yıl önce
13 yıl önce
13 yıl önce
11 yıl önce
13 yıl önce
8 yıl önce
8 yıl önce
11 yıl önce
11 yıl önce
11 yıl önce
11 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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://travis-ci.com/frappe/frappe">
  17. <img src="https://travis-ci.com/frappe/frappe.svg?branch=develop">
  18. </a>
  19. <a href='https://frappeframework.com/docs'>
  20. <img src='https://img.shields.io/badge/docs-📖-7575FF.svg?style=flat-square'/>
  21. </a>
  22. <a href='https://www.codetriage.com/frappe/frappe'>
  23. <img src='https://www.codetriage.com/frappe/frappe/badges/users.svg'>
  24. </a>
  25. <a href='https://coveralls.io/github/frappe/frappe?branch=develop'>
  26. <img src='https://coveralls.io/repos/github/frappe/frappe/badge.svg?branch=develop'>
  27. </a>
  28. </div>
  29. 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)
  30. ### Table of Contents
  31. * [Installation](https://frappeframework.com/docs/user/en/installation)
  32. * [Documentation](https://frappeframework.com/docs)
  33. * [License](#license)
  34. ### Installation
  35. [Install via Frappe Bench](https://github.com/frappe/bench)
  36. ## Contributing
  37. 1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
  38. 1. [Translations](https://translate.erpnext.com)
  39. ### Website
  40. For details and documentation, see the website
  41. [https://frappeframework.com](https://frappeframework.com)
  42. ### License
  43. This repository has been released under the [MIT License](LICENSE).