Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/8.3' into 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 9, 2024
2 parents 1835451 + 9754d55 commit 6ef221f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ And on Packagist available via: `neos/neos-ui`

### Updating

```
```bash
composer update neos/neos-ui
```

Expand All @@ -58,14 +58,32 @@ For trying out the new UI, we recommend you to run the regularily released beta
However, if you want to stay on bleeding-edge, or want to help out developing, you'll
need the `8.3.x-dev` release. You can install the latest release using:

```
```bash
composer require neos/neos-ui-compiled:8.4.x-dev neos/neos-ui:8.4.x-dev
```

## Contributing

Please follow the respective guides for contributing on OSX and on Linux.

To start developing the Neos Ui you will need a running Neos instance locally.
You can use
* one of your own, local Neos 8.3 instances,
* create a new one with `composer create-project neos/neos-base-distribution neos-ui-development-instance`,
* or use the docker compose setup in this repository (see instructions below).

### Setup Source Files and Git
To install the source files and setup git, run:

```bash
composer require neos/neos-ui-compiled:8.4.x-dev neos/neos-ui:8.4.x-dev --prefer-source
```

This will sync the git repository of Neos Ui into `Packages/Application/Neos.Neos.Ui` (this might take a while).
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`).

Run `make setup`. To check what commands are executed have a look at the `Makefile` in the root of this repository.

### on Windows

1) Ensure you have the relevant version installed (see above).
Expand Down

0 comments on commit 6ef221f

Please sign in to comment.