diff --git a/README b/README new file mode 100644 index 0000000..7231305 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +# phorge-deepclone + +> An extension that allows you to clone a task and all it's siblings. + +This is currently a WIP, so please treat with care. + +## How to Install + +## How to develop + +Want to tinker arround? Fix a bug? + +Clone the repo and fire up the [devcontainer](https://containers.dev/). It will setup the phorge instance to get started. You can login with user `admin` and password `hunter2`. The devcontainer has also configured xdebug so you can step through the code.