Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Blanchet authored Oct 23, 2023
1 parent 610650f commit c50c133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ To learn more about why we created and maintain this boilerplate project, read o

## Usage

### Package Manager

Make sure that `yarn` is correctly configured before using the boilerplate. Otherwise, you might encounter some packaging errors when using other tools like `npm`.

This also means that every command you would usualy run with `npm` needs to be run with `yarn` instead.

eg. `yarn foo bar` instead of `npm foo bar`

### Initialization

Initialize your project with the template

```
Expand Down

0 comments on commit c50c133

Please sign in to comment.