feat: add PWD button (#754)

* feat: add PWD button

* ci: change update versions workflow name
This commit is contained in:
Revant Nandgaonkar
2022-04-04 15:02:08 +05:30
committed by GitHub
parent 5483abcc58
commit fda82636b1
4 changed files with 213 additions and 6 deletions

View File

@@ -13,6 +13,14 @@ git clone https://github.com/frappe/frappe_docker
cd frappe_docker
```
### Try in Play With Docker
<a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/frappe/frappe_docker/main/pwd.yml">
<img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD"/>
</a>
Wait for 5 minutes for ERPNext site to be created or check `create-site` container logs before opening browser on port 8080. (username: `Administrator`, password: `admin`)
# Development
We have baseline for developing in VSCode devcontainer with [frappe/bench](https://github.com/frappe/bench). [Start development](development).