Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md(#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex authored Mar 2, 2022
1 parent 6f672b6 commit 79255a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install the dependencies

```shell
yarn
yarn start
yarn dev
```

Don't forget to setup your IDE with `eslint` and `prettier`.
Expand All @@ -23,6 +23,7 @@ Don't forget to setup your IDE with `eslint` and `prettier`.
- **context** contains global contexts (separated from the redux store)
- **hooks** contains generic hooks.
- **utils** contains generic utilities functions.
- **pages** contains page components for next.js

## Tests

Expand Down

0 comments on commit 79255a8

Please sign in to comment.