From b64d10a5ee518f7db775732dd86832217ce3493f Mon Sep 17 00:00:00 2001 From: gavin Date: Thu, 28 Apr 2022 14:14:09 +0530 Subject: [PATCH] docs(README): Add PWD button for Frappe (#16790) Clicking on the button will take you to Play with Docker site which will give you a new vanilla Frappe site to test and play around with for 3 hours PWD File from https://github.com/gavindsouza/install-scripts/blob/main/frappe/pwd.yml Related ERPNext PR: https://github.com/frappe/erpnext/pull/30817 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4b50db96..5a024175b4 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,17 @@ 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) -
+
+ + Try in PWD +
+> Login for the PWD site: (username: Administrator, password: admin) + ## Table of Contents * [Installation](#installation) * [Contributing](#contributing)