diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f0e1b325..208c82c64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Install the dependencies ```shell yarn -yarn start +yarn dev ``` Don't forget to setup your IDE with `eslint` and `prettier`. @@ -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