Skip to content

Commit

Permalink
Merge pull request #25 from element-hq/langleyd/upgrade_example
Browse files Browse the repository at this point in the history
Update example app to use the new npm package.
  • Loading branch information
langleyd authored Oct 4, 2024
2 parents c78c452 + a539cd6 commit 0fc68b5
Show file tree
Hide file tree
Showing 4 changed files with 2,518 additions and 168 deletions.
2 changes: 1 addition & 1 deletion platforms/web/example-wysiwyg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and open the URL that is printed on the console.
npm create vite@latest example-wysiwyg -- --template react-ts
cd example-wysiwyg
npm install
npm add '@matrix-org/matrix-wysiwyg'
npm add '@vector-im/matrix-wysiwyg'
```
* Edit example-wysiwyg/src/App.tsx to look how it looks in this repo.
* Edit example-wysiwyg/index.html to set the page title and remove favicon.
Expand Down
Loading

0 comments on commit 0fc68b5

Please sign in to comment.