Skip to content

Commit

Permalink
Merge branch 'master' into fix-bebas-neue-light-url
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon authored Mar 7, 2024
2 parents 023af4c + 3277265 commit e32ca15
Show file tree
Hide file tree
Showing 63 changed files with 893 additions and 295 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pnpm dev example-name
- [angular-basic](./angular-basic/)
- [preact-basic](./preact-basic/)
- [svelte-basic](./svelte-basic/)
- [solid-basic](./solid-basic/)

## Contribution

Expand Down
6 changes: 5 additions & 1 deletion examples/angular-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This example encapsulates the BlockSuite editor and workspace in Angular, demons
## Development

```sh
pnpm dev
git clone https://github.com/toeverything/blocksuite.git
cd blocksuite/examples

pnpm install
pnpm dev angular-basic
```

This project is created using the `ng` cli.
Loading

0 comments on commit e32ca15

Please sign in to comment.