Skip to content

Commit 1c6447e

Browse files
authored
Update README.md
1 parent 1b2cc9b commit 1c6447e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,37 @@ gatsby build
7070
## Structure of code
7171

7272

73+
74+
```
75+
coderbunker
76+
├── locales
77+
│ ├── en
78+
│ │ └── translation.json // 👈 add EN string here
79+
│ └── fr
80+
│ └── translation.json // 👈 add FR string here
81+
├── src
82+
│ ├── assets
83+
│ │ ├── content
84+
│ │ │ └── team.json // 👈 add team member info here
85+
│ │ ├── fonts
86+
│ │ ├── images
87+
│   │   │   └── team // 👈 add team member image here
88+
│   │   │   ├── 001_ricky_ng_adam.jpg
89+
│   │   │   └── 002_etc...
90+
│ │ └── pdfs // 👈 add the Retainer Agreement here
91+
│ ├── components
92+
│   │   ├── button.js
93+
│   │   └── // reusable components, etc...
94+
│   ├── pages
95+
│   │   ├── 404.js
96+
│   │   └── index.js
97+
│   ├── pdfs
98+
│   │   └── placeholder.pdf
99+
│   └── styles
100+
└── gatsby-browser.js
101+
102+
```
103+
73104
## Team Content
74105

75106

0 commit comments

Comments
 (0)