File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ And on Packagist available via: `neos/neos-ui`
48
48
49
49
### Updating
50
50
51
- ```
51
+ ``` bash
52
52
composer update neos/neos-ui
53
53
```
54
54
@@ -58,14 +58,32 @@ For trying out the new UI, we recommend you to run the regularily released beta
58
58
However, if you want to stay on bleeding-edge, or want to help out developing, you'll
59
59
need the ` 8.3.x-dev ` release. You can install the latest release using:
60
60
61
- ```
61
+ ``` bash
62
62
composer require neos/neos-ui-compiled:8.3.x-dev neos/neos-ui:8.3.x-dev
63
63
```
64
64
65
65
## Contributing
66
66
67
67
Please follow the respective guides for contributing on OSX and on Linux.
68
68
69
+ To start developing the Neos Ui you will need a running Neos instance locally.
70
+ You can use
71
+ * one of your own, local Neos 8.3 instances,
72
+ * create a new one with ` composer create-project neos/neos-base-distribution neos-ui-development-instance ` ,
73
+ * or use the docker compose setup in this repository (see instructions below).
74
+
75
+ ### Setup Source Files and Git
76
+ To install the source files and setup git, run:
77
+
78
+ ``` bash
79
+ composer require neos/neos-ui-compiled:8.3.x-dev neos/neos-ui:8.3.x-dev --prefer-source
80
+ ```
81
+
82
+ This will sync the git repository of Neos Ui into ` Packages/Application/Neos.Neos.Ui ` (this might take a while).
83
+ To push your changes to GitHub you need to fork the Neos Ui and change the git remote to your fork (check with ` git remove -v ` ).
84
+
85
+ Run ` make setup ` . To check what commands are executed have a look at the ` Makefile ` in the root of this repository.
86
+
69
87
### on Windows
70
88
71
89
1 ) Ensure you have the relevant version installed (see above).
You can’t perform that action at this time.
0 commit comments