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
This commit is contained in:
gavin 2022-04-28 14:14:09 +05:30 committed by GitHub
parent d1423f1517
commit b64d10a5ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
<div align="center">
<div align="center" style="max-height: 40px;">
<a href="https://frappecloud.com/frappe/signup">
<img src=".github/try-on-f-cloud-button.svg" height="40">
</a>
<a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/gavindsouza/install-scripts/main/frappe/pwd.yml">
<img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
</a>
</div>
> Login for the PWD site: (username: Administrator, password: admin)
## Table of Contents
* [Installation](#installation)
* [Contributing](#contributing)