Skip to content

Commit

Permalink
Merge pull request #2 from crydotsnake/task/install-instructions
Browse files Browse the repository at this point in the history
TASK: add install instructions
  • Loading branch information
bweinzierl authored Jan 20, 2023
2 parents a4e8d7a + aae1477 commit 9939b69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Provides backend editor for neos and some base fusion prototypes for drag and dr
This package is meant as base for concrete implementations of content elements.


## Installation

```bash
composer require formatd/hotspot-editor
```

## Compile Backend Editor:

cd Resources/Private/Scripts/HotspotEditor && yarn && yarn build
```bash
cd Resources/Private/Scripts/HotspotEditor && yarn && yarn build
```

0 comments on commit 9939b69

Please sign in to comment.