Skip to content

Commit

Permalink
add line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnouayti committed Dec 9, 2020
1 parent e4d3f65 commit be33b8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
2. **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.
This directory contains:
> **`assets`** All your assets files like images, fonts, icons... goes here.
**`components`** Contains all the app functional components.
**`hooks`** Contains some custom hooks.
**`pages`** Contains the app main containers (website pages)
**`store`** Contains actions and reducers of our app, it holds the whole state tree of your application. The only way to change the state inside it is to dispatch an action on it.
**`utils`** Contains app configuration and utilities.
This directory contains:
>**`assets`** All your assets files like images, fonts, icons... goes here.
>**`components`** Contains all the app functional components.
>**`hooks`** Contains some custom hooks.
>**`pages`** Contains the app main containers (website pages).
>**`store`** Contains actions and reducers of our app, it holds the whole state tree of your application. The only way to change the state inside it is to dispatch an action on it.
>**`utils`** Contains app configuration and utilities.
3. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.
Expand Down

0 comments on commit be33b8c

Please sign in to comment.