Skip to content

Commit

Permalink
Update README.md (#35)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Charles Demers <[email protected]>

---------

Co-authored-by: Charles Demers <[email protected]>
  • Loading branch information
Raphaël Blanchet and charlesdemers authored Oct 24, 2023
1 parent 5732711 commit 0dadb15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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 usually 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 0dadb15

Please sign in to comment.