Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Jul 18, 2024
1 parent dbc7665 commit 18576d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ $ npm ci
```sh
$ npm run -w apps/cards-with-border-radius dev
```

To use a given [`basic-demo`](apps/basic-demo) as a template for a `new-project`:

```sh
$ npx degit pmndrs/examples/apps/basic-demo new-project
$ code new-project
```

0 comments on commit 18576d6

Please sign in to comment.